Skip to content

Commit 3d6586d

Browse files
committed
Merge branch 'km/config-grammofix'
Doc update. * km/config-grammofix: doc/config: grammar fixes for core.{editor,commentChar}
2 parents b43942b + e7e183d commit 3d6586d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/config.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,13 +737,13 @@ alternative to having an `init.templateDir` where you've changed
737737
default hooks.
738738

739739
core.editor::
740-
Commands such as `commit` and `tag` that lets you edit
741-
messages by launching an editor uses the value of this
740+
Commands such as `commit` and `tag` that let you edit
741+
messages by launching an editor use the value of this
742742
variable when it is set, and the environment variable
743743
`GIT_EDITOR` is not set. See linkgit:git-var[1].
744744

745745
core.commentChar::
746-
Commands such as `commit` and `tag` that lets you edit
746+
Commands such as `commit` and `tag` that let you edit
747747
messages consider a line that begins with this character
748748
commented, and removes them after the editor returns
749749
(default '#').

0 commit comments

Comments
 (0)