Fixing minor typo in book (#14835)

fix minor typo in book: toolcahin => toolchain

changelog: none
This commit is contained in:
Samuel Tardieu
2025-05-18 08:42:27 +00:00
committed by GitHub
+1 -1
View File
@@ -151,7 +151,7 @@ toolchain called `clippy` by default, see `cargo dev setup toolchain --help`
for other options.
```terminal
cargo dev setup toolcahin
cargo dev setup toolchain
```
Now you may run `cargo +clippy clippy` in any project using the new toolchain.