branch: elpa/treesit-fold
commit 80b8e2b6dc9c92b79f3cdaaf6424816413230582
Author: Jen-Chieh <[email protected]>
Commit: Jen-Chieh <[email protected]>
Fix code block syntax
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 23e3f87240..cc56531c2c 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ You can enable this manually by doing the folloiwng
M-x tree-sitter-fold-indicators-mode
```
-To enable this automatically whenever `tree-sitter-mode' is enabled:
+To enable this automatically whenever `tree-sitter-mode` is enabled:
```el
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-fold-indicators-mode)