We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b67861 commit ab7eb70Copy full SHA for ab7eb70
docs/src/creating-parsers/1-getting-started.md
@@ -24,7 +24,7 @@ on any platform. See [the contributing docs](../6-contributing.md#developing-tre
24
running the following command: `cargo install tree-sitter-cli --locked`
25
26
- Install the `tree-sitter-cli` [Node.js module][node-module] using [`npm`][npm], the Node package manager. This approach
27
-is fast, but is only works on certain platforms, because it relies on pre-built binaries.
+is fast, but it only works on certain platforms, because it relies on pre-built binaries.
28
29
- Download a binary for your platform from [the latest GitHub release][releases], and put it into a directory on your `PATH`.
30
0 commit comments