about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2025-05-18 08:42:27 +0000
committerGitHub <noreply@github.com>2025-05-18 08:42:27 +0000
commit15d47d74bf2dc099414af0964ae2341fa0a5c4cf (patch)
tree1b61163b4fbfd2d86d041a4c427d948851b42300
parentda7b678992dd65dbd644bfe30ba61a9a0d2c695c (diff)
parent1e3fc3cc4634bad24adfb9ed253851a2647d22ec (diff)
downloadrust-15d47d74bf2dc099414af0964ae2341fa0a5c4cf.tar.gz
rust-15d47d74bf2dc099414af0964ae2341fa0a5c4cf.zip
Fixing minor typo in book (#14835)
fix minor typo in book: toolcahin => toolchain

changelog: none
-rw-r--r--book/src/development/basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/development/basics.md b/book/src/development/basics.md
index cdbbe76bdb0..fc405249bcf 100644
--- a/book/src/development/basics.md
+++ b/book/src/development/basics.md
@@ -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.