Fix typo in getting started guide: 'latst' -> 'latest'.

This commit is contained in:
hpodhaisky 2021-02-19 07:04:42 +01:00 committed by Jeb Rosen
parent a2fa4296a0
commit ac9d403242
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Rocket makes use of the latest Rust features. Because of this, we'll need a
recent release of Rust to run Rocket applications. If you already have a working
installation of the latest Rust compiler, feel free to skip to the next section.
To install the latst version of Rust, we recommend using `rustup`. Install
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
the command: