about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Paseltiner <apaseltiner@gmail.com>2016-01-22 08:59:05 -0500
committerAndrew Paseltiner <apaseltiner@gmail.com>2016-01-22 08:59:05 -0500
commit48aa5ef16f009a2e44db1d906e6b6d71d80bff7a (patch)
treec04078d9cd8a2d1fba6c0cb2dcb0ea4a91cbdd28
parente7ce7b63657e9001b0db08442e43bb5e5a65325a (diff)
downloadrust-48aa5ef16f009a2e44db1d906e6b6d71d80bff7a.tar.gz
rust-48aa5ef16f009a2e44db1d906e6b6d71d80bff7a.zip
Fix typo in "Getting Started" section of the book
Closes #31103
-rw-r--r--src/doc/book/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md
index e9d271e7537..18d5ca5be1a 100644
--- a/src/doc/book/getting-started.md
+++ b/src/doc/book/getting-started.md
@@ -111,7 +111,7 @@ If we're on Linux or a Mac, all we need to do is open a terminal and type this:
 $ curl -sSf https://static.rust-lang.org/rustup.sh | sh
 ```
 
-This will download a script, and stat the installation. If it all goes well,
+This will download a script, and start the installation. If it all goes well,
 you’ll see this appear:
 
 ```text