docs/config.txt: fix indefinite article in core.fileMode description

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

SZEDER Gábor committed May 26, 2017 at 01:20 UTC 449456ad47e4074d6d2ee1d1d8178ab29848a137
1 file changed +1 -1
Documentation/config.txt
+1 -1
@@ -208,7 +208,7 @@ core.fileMode::
208 is to be honored.
209 +
210 Some filesystems lose the executable bit when a file that is
211 -marked as executable is checked out, or checks out an
211 +marked as executable is checked out, or checks out a
212 non-executable file with executable bit on.
213 linkgit:git-clone[1] or linkgit:git-init[1] probe the filesystem
214 to see if it handles the executable bit correctly