summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-10-09 19:06:29 (GMT)
commit3771d002571f6fc796ff3f54e9d5b875826e62ed (patch)
tree87a73898a10c5182a3ab632a4207b4f846019e3a /Documentation/config.txt
parent03b3431e6a36d9a529f49d938168043b463ca24b (diff)
downloadgit-3771d002571f6fc796ff3f54e9d5b875826e62ed.zip
git-3771d002571f6fc796ff3f54e9d5b875826e62ed.tar.gz
git-3771d002571f6fc796ff3f54e9d5b875826e62ed.tar.bz2
documentation: fix choice of article
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.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 9273c7f..99affec 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -103,7 +103,7 @@ was found. See below for examples.
Conditional includes
~~~~~~~~~~~~~~~~~~~~
-You can conditionally include a config file from another by setting a
+You can conditionally include a config file from another by setting an
`includeIf.<condition>.path` variable to the name of the file to be
included.