aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Noble <github+jasonn@jasonnoble.org>2011-11-13 01:26:23 -0700
committerJason Noble <github+jasonn@jasonnoble.org>2011-11-13 01:26:23 -0700
commit703d5c2033665987c2fa6eff9f39095fb6c03061 (patch)
tree8bb72c985a9673168038429397cc91bc502024b3
parent4bf057b8661754948681a18cf17ff5676518d774 (diff)
downloadrails-703d5c2033665987c2fa6eff9f39095fb6c03061.tar.gz
rails-703d5c2033665987c2fa6eff9f39095fb6c03061.tar.bz2
rails-703d5c2033665987c2fa6eff9f39095fb6c03061.zip
Fix typo
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 63afc5898f..c40c21102c 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -494,7 +494,7 @@ Open this file in your text editor and edit it to contain a single line of code:
h4. 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,
"http://localhost:3000":http://localhost:3000, instead of the "Welcome Aboard"
smoke test.