about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 fc2a7620883..b8435438be7 100644
--- a/src/doc/book/getting-started.md
+++ b/src/doc/book/getting-started.md
@@ -8,7 +8,7 @@ we’ll talk about Cargo, Rust’s build system and package manager.
 
 The first step to using Rust is to install it. Generally speaking, you’ll need
 an Internet connection to run the commands in this section, as we’ll be
-downloading Rust from the internet.
+downloading Rust from the Internet.
 
 We’ll be showing off a number of commands using a terminal, and those lines all
 start with `$`. We don't need to type in the `$`s, they are there to indicate