Skip to content

Commit d450985

Browse files
committed
chore(cmd): Fix typo
1 parent b5841d7 commit d450985

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libvcs/cmd/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self, dir: StrOrPath):
1515
Parameters
1616
----------
1717
dir :
18-
Operates as PATH in the corresonding git subcommand.
18+
Operates as PATH in the corresponding git subcommand.
1919
2020
Examples
2121
--------

libvcs/cmd/hg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, dir: StrOrPath):
3030
Parameters
3131
----------
3232
dir :
33-
Operates as PATH in the corresonding hg subcommand.
33+
Operates as PATH in the corresponding hg subcommand.
3434
3535
Examples
3636
--------

libvcs/cmd/svn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, dir: StrOrPath):
1717
Parameters
1818
----------
1919
dir :
20-
Operates as PATH in the corresonding svn subcommand.
20+
Operates as PATH in the corresponding svn subcommand.
2121
2222
Examples
2323
--------

0 commit comments

Comments
 (0)