]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: whitespace is already generally plural
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:15 +0000 (06:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 19:06:29 +0000 (12:06 -0700)
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/apply.txt

index 3f9ff19db6b865d7986fb13d63e9801fdd3b02f2..f9908e210a838dfaf78315b1ce146655a7cf19ca 100644 (file)
@@ -7,5 +7,5 @@ apply.ignoreWhitespace::
        See linkgit:git-apply[1].
 
 apply.whitespace::
-       Tells 'git apply' how to handle whitespaces, in the same way
+       Tells 'git apply' how to handle whitespace, in the same way
        as the `--whitespace` option. See linkgit:git-apply[1].