typo: but is only works → but it only works (#4242)

This commit is contained in:
Andrew Dunbar 2025-02-27 00:29:27 +07:00 committed by GitHub
parent 3b67861def
commit ab7eb70a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ on any platform. See [the contributing docs](../6-contributing.md#developing-tre
running the following command: `cargo install tree-sitter-cli --locked`
- Install the `tree-sitter-cli` [Node.js module][node-module] using [`npm`][npm], the Node package manager. This approach
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.
- Download a binary for your platform from [the latest GitHub release][releases], and put it into a directory on your `PATH`.