aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-grep.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:05 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:24 -0700
commit384f7d17d2f0d0ca689d8dda16f752c75a8ac634 (patch)
treed11dc4f719cf8d155f09cc7aedd22939c23f6295 /Documentation/git-grep.txt
parent82e81edf718302c20c37b17a69a768bc36837a72 (diff)
downloadgit-384f7d17d2f0d0ca689d8dda16f752c75a8ac634.tar.gz
documentation: fix typos
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/git-grep.txt')
-rw-r--r--Documentation/git-grep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt
index dabdbe8471..0d0103c780 100644
--- a/Documentation/git-grep.txt
+++ b/Documentation/git-grep.txt
@@ -337,7 +337,7 @@ The `--threads` option (and the grep.threads configuration) will be ignored when
When grepping the object store (with `--cached` or giving tree objects), running
with multiple threads might perform slower than single threaded if `--textconv`
-is given and there're too many text conversions. So if you experience low
+is given and there are too many text conversions. So if you experience low
performance in this case, it might be desirable to use `--threads=1`.
CONFIGURATION