aboutsummaryrefslogtreecommitdiff
path: root/book/src/guides
diff options
context:
space:
mode:
Diffstat (limited to 'book/src/guides')
-rw-r--r--book/src/guides/README.md2
-rw-r--r--book/src/guides/indent.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/book/src/guides/README.md b/book/src/guides/README.md
index 96e62978..e0c44ce7 100644
--- a/book/src/guides/README.md
+++ b/book/src/guides/README.md
@@ -1,4 +1,4 @@
# Guides
This section contains guides for adding new language server configurations,
-tree-sitter grammers, textobject queries, etc.
+tree-sitter grammars, textobject queries, etc.
diff --git a/book/src/guides/indent.md b/book/src/guides/indent.md
index 235a30c4..f4d916b2 100644
--- a/book/src/guides/indent.md
+++ b/book/src/guides/indent.md
@@ -39,7 +39,7 @@ changed by using a `#set!` declaration anywhere in the pattern:
## Capture Types
- `@indent` (default scope `tail`):
-Increase the indent level by 1. Multiple occurences in the same line
+Increase the indent level by 1. Multiple occurrences in the same line
don't stack. If there is at least one `@indent` and one `@outdent`
capture on the same line, the indent level isn't changed at all.