From 11adfb4fe366460a12290f6fff16c9185f46ab6e Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Sun, 7 Nov 2021 19:26:42 -0800 Subject: [PATCH] Fix typo in build docs (#2833) --- docs/03-Contributing/01-Building-Fleet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-Contributing/01-Building-Fleet.md b/docs/03-Contributing/01-Building-Fleet.md index 3fcf2e79d6..27053600f3 100644 --- a/docs/03-Contributing/01-Building-Fleet.md +++ b/docs/03-Contributing/01-Building-Fleet.md @@ -39,7 +39,7 @@ sudo npm install -g yarn #### Windows -To install dependecies, we recommend using [Chocolatey](https://chocolatey.org/install). Chocolatey must be run in Powershell as an Administrator. Assuming your setup does not include any of our requirements, please run: +To install dependencies, we recommend using [Chocolatey](https://chocolatey.org/install). Chocolatey must be run in Powershell as an Administrator. Assuming your setup does not include any of our requirements, please run: ``` choco install nodejs git golang docker make python2 mingw npm install -g yarn