docs: fix typo in worktree.adoc 'extension'

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>

Mikhail Malinouski committed Sep 3, 2025 at 14:50 UTC bf5c224537532eb61b2c6d88162c9dffd8bcfd96
1 file changed +1 -1
Documentation/config/worktree.adoc
+1 -1
@@ -15,5 +15,5 @@ worktree.useRelativePaths::
15 different locations or environments. Defaults to "false".
16 +
17 Note that setting `worktree.useRelativePaths` to "true" implies enabling the
18 -`extension.relativeWorktrees` config (see linkgit:git-config[1]),
18 +`extensions.relativeWorktrees` config (see linkgit:git-config[1]),
19 thus making it incompatible with older versions of Git.