From d9c643c499121108f9c833571fff5b165a9a0a1b Mon Sep 17 00:00:00 2001 From: kalch Date: Thu, 14 Oct 2021 15:20:12 +1000 Subject: [PATCH] docs: Fix spelling error in installation docs (#881) --- docs/src/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started/installation.md b/docs/src/getting-started/installation.md index 66b696712..3135cffa0 100644 --- a/docs/src/getting-started/installation.md +++ b/docs/src/getting-started/installation.md @@ -33,7 +33,7 @@ npm install -g mocha ### Install using pre-build binary on x86_64 Linux -Anchor binaries are avalable via an NPM package [`@project-serum/anchor-cli`](https://www.npmjs.com/package/@project-serum/anchor-cli). Only x86_64 Linux is supported currently, you must build from source for other OS'. +Anchor binaries are available via an NPM package [`@project-serum/anchor-cli`](https://www.npmjs.com/package/@project-serum/anchor-cli). Only x86_64 Linux is supported currently, you must build from source for other OS'. ```bash npm i -g @project-serum/anchor-cli