aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2025-03-29 10:47:26 +0800
committerGitHub <noreply@github.com>2025-03-28 20:47:26 -0600
commitd0cfb938ef58d6b8d2089f00f6160d2105791a13 (patch)
tree67eb98fe33c978ba3739337b6980f79143a51ebd
parent94a9099c3843a04dc0eb54f8009dff5b4422e430 (diff)
Module documentation typo correction (#25073)
-rw-r--r--docs/features/community_modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/community_modules.md b/docs/features/community_modules.md
index 3a1a82e7bc..a28c5afaeb 100644
--- a/docs/features/community_modules.md
+++ b/docs/features/community_modules.md
@@ -40,7 +40,7 @@ cd /path/to/your/external/userspace
mkdir -p modules
# Replace the following {user} and {repo} with the author's community module repository
git submodule add https://github.com/{user}/{repo}.git modules/{user}
-git submdule update --init --recursive
+git submodule update --init --recursive
```
This will ensure the copy of the module is made in your userspace.