aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5feebd9ea..a169a6165 100644
--- a/README.md
+++ b/README.md
@@ -361,7 +361,7 @@ EOF
## Adding queries
-Queries are what `nvim-treesitter` uses to extract informations from the syntax tree; they are
+Queries are what `nvim-treesitter` uses to extract information from the syntax tree; they are
located in the `queries/{language}/*` runtime directories (like the `queries` folder of this plugin), e.g., `queries/{language}/{locals,highlights,textobjects}.scm`.
Other modules may require additional queries such as `folding.scm`.