diff mbox series

tutorial: grammofix

Message ID xmqqjzgpei0i.fsf@gitster.g (mailing list archive)
State Accepted
Commit 9a91f7a4de430235fe401eb8b598724f70bd70b8
Headers show
Series tutorial: grammofix | expand

Commit Message

Junio C Hamano Aug. 9, 2024, 5:13 p.m. UTC
We say "these", so "range notations" must be plural.

Reported-by: Furkan Akkurt
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---

 * Resurrected from a pull request to a preformatted manual pages
   repository at https://github.com/gitster/git-manpages

 Documentation/gittutorial.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 0e0b863105..8b5b15ce05 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt
@@ -361,7 +361,7 @@  $ gitk HEAD...FETCH_HEAD
 This means "show everything that is reachable from either one, but
 exclude anything that is reachable from both of them".
 
-Please note that these range notation can be used with both gitk
+Please note that these range notations can be used with both gitk
 and "git log".
 
 After inspecting what Bob did, if there is nothing urgent, Alice may