From 48aa5ef16f009a2e44db1d906e6b6d71d80bff7a Mon Sep 17 00:00:00 2001 From: Andrew Paseltiner Date: Fri, 22 Jan 2016 08:59:05 -0500 Subject: [PATCH] Fix typo in "Getting Started" section of the book Closes #31103 --- src/doc/book/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index e9d271e753768..18d5ca5be1ae3 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