Fix typo in getting started guide.

Replace 'installled' with 'installed'.
This commit is contained in:
Doni Rubiagatra 2022-07-16 13:21:14 +07:00 committed by Sergio Benitez
parent e65f0ff494
commit b7c03ce2b5
1 changed files with 1 additions and 1 deletions

View File

@ -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