Skip to content

Commit 67476f5

Browse files
committed
Merge branch 'km/config-grammofix' into maint
Doc update. * km/config-grammofix: doc/config: grammar fixes for core.{editor,commentChar}
2 parents 88fb4aa + e7e183d commit 67476f5

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

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

676676
core.commentChar::
677-
Commands such as `commit` and `tag` that lets you edit
677+
Commands such as `commit` and `tag` that let you edit
678678
messages consider a line that begins with this character
679679
commented, and removes them after the editor returns
680680
(default '#').

0 commit comments

Comments
 (0)