Skip to content

Commit e7e183d

Browse files
kyleamgitster
authored andcommitted
doc/config: grammar fixes for core.{editor,commentChar}
Signed-off-by: Kyle Meyer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c3808ca commit e7e183d

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
@@ -663,13 +663,13 @@ alternative to having an `init.templateDir` where you've changed
663663
default hooks.
664664

665665
core.editor::
666-
Commands such as `commit` and `tag` that lets you edit
667-
messages by launching an editor uses the value of this
666+
Commands such as `commit` and `tag` that let you edit
667+
messages by launching an editor use the value of this
668668
variable when it is set, and the environment variable
669669
`GIT_EDITOR` is not set. See linkgit:git-var[1].
670670

671671
core.commentChar::
672-
Commands such as `commit` and `tag` that lets you edit
672+
Commands such as `commit` and `tag` that let you edit
673673
messages consider a line that begins with this character
674674
commented, and removes them after the editor returns
675675
(default '#').

0 commit comments

Comments
 (0)