diff mbox series

[10/25] documentation: fix adjective vs. noun

Message ID b218a1e66d009d66f83bd605102aee79883fa7e1.1696747529.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit af181e4dbd130cafc90a8d452dc76aaf8efabb14
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/commit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/config/commit.txt b/Documentation/config/commit.txt
index 2c95573930b..bcb46cf630e 100644
--- a/Documentation/config/commit.txt
+++ b/Documentation/config/commit.txt
@@ -25,5 +25,5 @@  commit.template::
 	new commit messages.
 
 commit.verbose::
-	A boolean or int to specify the level of verbose with `git commit`.
+	A boolean or int to specify the level of verbosity with `git commit`.
 	See linkgit:git-commit[1].