Merge branch 'km/config-grammofix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Mar 2017 17:59:29 +0000 (10:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Mar 2017 17:59:29 +0000 (10:59 -0700)
Doc update.

* km/config-grammofix:
doc/config: grammar fixes for core.{editor,commentChar}

Documentation/config.txt
index 0d8df5a9f95b9550d34d000027f2974ff93f4de6..1df1965457f18dba6b533bf00027650802d72479 100644 (file)
@@ -737,13 +737,13 @@ alternative to having an `init.templateDir` where you've changed
 default hooks.
 
 core.editor::
-       Commands such as `commit` and `tag` that lets you edit
-       messages by launching an editor uses the value of this
+       Commands such as `commit` and `tag` that let you edit
+       messages by launching an editor use the value of this
        variable when it is set, and the environment variable
        `GIT_EDITOR` is not set.  See linkgit:git-var[1].
 
 core.commentChar::
-       Commands such as `commit` and `tag` that lets you edit
+       Commands such as `commit` and `tag` that let you edit
        messages consider a line that begins with this character
        commented, and removes them after the editor returns
        (default '#').