Skip to content

Commit a79c3a1

Browse files
quinotgitster
authored andcommitted
Documentation/config.txt: fix minor typo
Add a missing article at the beginning of a sentence, and rephrase slightly. Signed-off-by: Thomas Quinot <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 71069cd commit a79c3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ alias.*::
669669
confusion and troubles with script usage, aliases that
670670
hide existing Git commands are ignored. Arguments are split by
671671
spaces, the usual shell quoting and escaping is supported.
672-
quote pair and a backslash can be used to quote them.
672+
A quote pair or a backslash can be used to quote them.
673673
+
674674
If the alias expansion is prefixed with an exclamation point,
675675
it will be treated as a shell command. For example, defining

0 commit comments

Comments
 (0)