Skip to content

Commit 15d47d7

Browse files
Fixing minor typo in book (#14835)
fix minor typo in book: toolcahin => toolchain changelog: none
2 parents da7b678 + 1e3fc3c commit 15d47d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/development/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ toolchain called `clippy` by default, see `cargo dev setup toolchain --help`
151151
for other options.
152152

153153
```terminal
154-
cargo dev setup toolcahin
154+
cargo dev setup toolchain
155155
```
156156

157157
Now you may run `cargo +clippy clippy` in any project using the new toolchain.

0 commit comments

Comments
 (0)