documentation: fix subject/verb agreement

Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-10-08 06:45:09 +00:00
committed by Junio C Hamano
parent 859a6d6045
commit ce14cc0b00
25 changed files with 28 additions and 28 deletions

View File

@ -55,7 +55,7 @@ A "message" generated by the command consists of three parts:
* The "patch", which is the "diff -p --stat" output (see
linkgit:git-diff[1]) between the commit and its parent.
The log message and the patch is separated by a line with a
The log message and the patch are separated by a line with a
three-dash line.
There are two ways to specify which commits to operate on.