From ab7eb70a3c220f9bf7b03861bf06217e12a2b640 Mon Sep 17 00:00:00 2001 From: Andrew Dunbar Date: Thu, 27 Feb 2025 00:29:27 +0700 Subject: [PATCH] =?UTF-8?q?typo:=20but=20is=20only=20works=20=E2=86=92=20b?= =?UTF-8?q?ut=20it=20only=20works=20(#4242)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/creating-parsers/1-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/creating-parsers/1-getting-started.md b/docs/src/creating-parsers/1-getting-started.md index 6cab1839..2f18d77a 100644 --- a/docs/src/creating-parsers/1-getting-started.md +++ b/docs/src/creating-parsers/1-getting-started.md @@ -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`.