diff options
author | Jason Noble <github+jasonn@jasonnoble.org> | 2011-11-13 01:26:23 -0700 |
---|---|---|
committer | Jason Noble <github+jasonn@jasonnoble.org> | 2011-11-13 01:26:23 -0700 |
commit | 703d5c2033665987c2fa6eff9f39095fb6c03061 (patch) | |
tree | 8bb72c985a9673168038429397cc91bc502024b3 /railties | |
parent | 4bf057b8661754948681a18cf17ff5676518d774 (diff) | |
download | rails-703d5c2033665987c2fa6eff9f39095fb6c03061.tar.gz rails-703d5c2033665987c2fa6eff9f39095fb6c03061.tar.bz2 rails-703d5c2033665987c2fa6eff9f39095fb6c03061.zip |
Fix typo
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
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. |