diff mbox series

[13/25] documentation: whitespace is already generally plural

Message ID cf320e4f80fa7dc0ee37cee40b273ad6703c3a97.1696747529.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit 03b3431e6a36d9a529f49d938168043b463ca24b
Headers show
Series Documentation fixes | expand

Commit Message

Elijah Newren Oct. 8, 2023, 6:45 a.m. UTC
From: Elijah Newren <newren@gmail.com>

Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
---
 Documentation/config/apply.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/config/apply.txt b/Documentation/config/apply.txt
index 3f9ff19db6b..f9908e210a8 100644
--- a/Documentation/config/apply.txt
+++ b/Documentation/config/apply.txt
@@ -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].