Skip to content

Commit de02f72

Browse files
authored
Merge pull request #904 from VICIWUOHA/dev-viciwuoha-fix
Fix Slight Typos In Docs
2 parents c8089ab + 28cf42f commit de02f72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ program can abort if an invalid flag is specified, but a misspelled environment
8585
variable will just be ignored. We've tried to stay backwards-compatible across
8686
major versions (by accepting deprecated flags and environment variables), but
8787
some things have evolved, and users are encouraged to use the most recent flags
88-
for their major verion.
88+
for their major version.
8989

9090
### Volumes
9191

v3-to-v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ own style: either `-flag` or `--flag` were accepted. git-sync v4 only accepts
4646
long flag names in the more common two-dash style (`--flag`), and accepts short
4747
(single-character) flags in the one-dash style (`-v 2`).
4848

49-
The following does not detail every flag available in v4 - just the one that
49+
The following does not detail every flag available in v4 - just the ones that
5050
existed in v3 and are different in v4.
5151

5252
### Verbosity: `--v` -> `-v` or `--verbose`
@@ -164,7 +164,7 @@ though the old names are still accepted for compatibility.
164164
### Depth
165165

166166
git-sync v3 would sync the entire history of the remote repo by default. v4
167-
syncs just one commit, by default. This can be a significant performance and
167+
syncs just one commit by default. This can be a significant performance and
168168
disk-space savings for large repos. Users who want the full history can
169169
specify `--depth=0`.
170170

0 commit comments

Comments
 (0)