1
0
mirror of https://github.com/rwf2/Rocket.git synced 2025-03-02 04:22:46 +00:00

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

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 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. 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/). `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 installled by running
the command: the command: