documentation: fix adjective vs. noun

Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Elijah Newren committed Oct 8, 2023 at 06:45 UTC af181e4dbd130cafc90a8d452dc76aaf8efabb14
1 file changed +1 -1
Documentation/config/commit.txt
+1 -1
index 2c95573930..bcb46cf630 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].