From dd66761a33140eb7bf5a9e9cd255f20e52c62586 Mon Sep 17 00:00:00 2001 From: Francis Go Date: Wed, 25 Sep 2013 13:19:30 +1000 Subject: Getting Started Guide: Hello Rails! -> Hello, Rails! and wrap code tag --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index d5444af002..5576b23d91 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -262,7 +262,7 @@ of code: ### Setting the Application Home Page Now that we have made the controller and view, we need to tell Rails when we -want Hello Rails! to show up. In our case, we want it to show up when we +want `Hello, Rails!` to show up. In our case, we want it to show up when we navigate to the root URL of our site, . At the moment, "Welcome Aboard" is occupying that spot. -- cgit v1.2.3