diff --git a/site/guide/2-getting-started.md b/site/guide/2-getting-started.md index 9f54226d..168fd802 100644 --- a/site/guide/2-getting-started.md +++ b/site/guide/2-getting-started.md @@ -12,7 +12,7 @@ installation of the latest Rust compiler, feel free to skip to the next section. To install the latest version of Rust, we recommend using `rustup`. Install `rustup` by following the instructions on [its website](https://rustup.rs/). -Once `rustup` is installed, ensure the latest toolchain is installled by running +Once `rustup` is installed, ensure the latest toolchain is installed by running the command: ```sh