@@ -5,7 +5,7 @@ advice.*::
55+
66--
77 ambiguousFetchRefspec::
8- Advice shown when fetch refspec for multiple remotes map to
8+ Advice shown when a fetch refspec for multiple remotes maps to
99 the same remote-tracking branch namespace and causes branch
1010 tracking set-up to fail.
1111 fetchShowForcedUpdates::
@@ -63,7 +63,7 @@ advice.*::
6363 the template shown when writing commit messages in
6464 linkgit:git-commit[1], and in the help message shown
6565 by linkgit:git-switch[1] or
66- linkgit:git-checkout[1] when switching branch .
66+ linkgit:git-checkout[1] when switching branches .
6767 statusUoption::
6868 Advise to consider using the `-u` option to linkgit:git-status[1]
6969 when the command takes more than 2 seconds to enumerate untracked
@@ -87,7 +87,7 @@ advice.*::
8787 detachedHead::
8888 Advice shown when you used
8989 linkgit:git-switch[1] or linkgit:git-checkout[1]
90- to move to the detach HEAD state, to instruct how to
90+ to move to the detached HEAD state, to instruct how to
9191 create a local branch after the fact.
9292 suggestDetachingHead::
9393 Advice shown when linkgit:git-switch[1] refuses to detach HEAD
@@ -101,7 +101,7 @@ advice.*::
101101 otherwise caused a remote-tracking branch to be
102102 checked out. See the `checkout.defaultRemote`
103103 configuration variable for how to set a given remote
104- to used by default in some situations where this
104+ to be used by default in some situations where this
105105 advice would be printed.
106106 amWorkDir::
107107 Advice that shows the location of the patch file when
0 commit comments