aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:12 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:29 -0700
commitaf181e4dbd130cafc90a8d452dc76aaf8efabb14 (patch)
tree5de509518312413cc2abb1b638d78d49183dd11d /Documentation/config
parent5676b04a44935752314483182114069ecabe230a (diff)
downloadgit-af181e4dbd130cafc90a8d452dc76aaf8efabb14.tar.gz
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>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/commit.txt b/Documentation/config/commit.txt
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].