Skip to content

Commit ab7eb70

Browse files
authored
typo: but is only works → but it only works (tree-sitter#4242)
1 parent 3b67861 commit ab7eb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/creating-parsers/1-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on any platform. See [the contributing docs](../6-contributing.md#developing-tre
2424
running the following command: `cargo install tree-sitter-cli --locked`
2525

2626
- 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.
27+
is fast, but it only works on certain platforms, because it relies on pre-built binaries.
2828

2929
- Download a binary for your platform from [the latest GitHub release][releases], and put it into a directory on your `PATH`.
3030

0 commit comments

Comments
 (0)