]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: fix typo in worktree.adoc 'extension'
authorMikhail Malinouski <m.l.malinouski@gmail.com>
Wed, 3 Sep 2025 14:50:40 +0000 (14:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Sep 2025 19:51:04 +0000 (12:51 -0700)
The documentation incorrectly referred to the extension without an 's'.
This fixes the typo for clarity.

Signed-off-by: Mikhail Malinouski <m.l.malinouski@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/worktree.adoc

index 5e35c7d018aecdedca0642b11e45df6d19024d42..9e3f84f748c4aa7b4037e6bb7dfa1ae6cc39d57f 100644 (file)
@@ -15,5 +15,5 @@ worktree.useRelativePaths::
        different locations or environments. Defaults to "false".
 +
 Note that setting `worktree.useRelativePaths` to "true" implies enabling the
-`extension.relativeWorktrees` config (see linkgit:git-config[1]),
+`extensions.relativeWorktrees` config (see linkgit:git-config[1]),
 thus making it incompatible with older versions of Git.