aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucy2022-04-25 12:26:02 +0000
committerGitHub2022-04-25 12:26:02 +0000
commitb65fb0f64ad6cf7a54f4dda92bebfc22d80b236f (patch)
tree9789ce78b1b71a2d6a2398ab28ac4daf5f738497
parentdb47761154ff8e36bd442ed64d4ccb6051279baa (diff)
Fix typo (#2264)
-rw-r--r--docs/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture.md b/docs/architecture.md
index 33624aac..74f973b0 100644
--- a/docs/architecture.md
+++ b/docs/architecture.md
@@ -42,7 +42,7 @@ applying the transaction.
> interface used to generate text edits.
`Syntax` is the interface used to interact with tree-sitter ASTs for syntax
-highling and other features.
+highlighting and other features.
## View