Skip to content

Commit 28cf42f

Browse files
committed
fix slight typo in v3-to-v4 docs
1 parent af8126a commit 28cf42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)