aboutsummaryrefslogtreecommitdiff
path: root/book/src/guides
diff options
context:
space:
mode:
authorGeorge Rodrigues2021-12-01 00:11:25 +0000
committerGitHub2021-12-01 00:11:25 +0000
commit3e15aead4adc5139417230d15b38112cdc4f7043 (patch)
tree35f8ec51b9a3ce04a4ee5eda145dcecc83e6a00c /book/src/guides
parentc08d2fae587a0a5dd2a1e2e44a1f385d142c9d59 (diff)
Fix typo on docs (#1201)
Diffstat (limited to 'book/src/guides')
-rw-r--r--book/src/guides/adding_languages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/guides/adding_languages.md b/book/src/guides/adding_languages.md
index 446eb479..9ad2c285 100644
--- a/book/src/guides/adding_languages.md
+++ b/book/src/guides/adding_languages.md
@@ -2,7 +2,7 @@
## Submodules
-To add a new langauge, you should first add a tree-sitter submodule. To do this,
+To add a new language, you should first add a tree-sitter submodule. To do this,
you can run the command
```sh
git submodule add -f <repository> helix-syntax/languages/tree-sitter-<name>