From: Brian Lyles Date: Sat, 16 Mar 2024 05:01:25 +0000 (-0500) Subject: docs: fix typo in git-config `--default` X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=86f9ce7dd618c2b0773d5ef284f1177194add56e;p=rit docs: fix typo in git-config `--default` Signed-off-by: Brian Lyles Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 6876803253..a6e82b871b 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -286,7 +286,7 @@ Valid ``'s include: --default :: When using `--get`, and the requested variable is not found, behave as if - were the value assigned to the that variable. + were the value assigned to that variable. CONFIGURATION -------------