aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Noble <github+jasonn@jasonnoble.org>2011-11-13 03:12:13 -0700
committerJason Noble <github+jasonn@jasonnoble.org>2011-11-13 03:12:13 -0700
commitc0ee497436718ae6be50cfef5ee83473f1070fcd (patch)
treece632bbc24674968ce3accde56e1ee35a13d3468
parent5e83491e976c867c57892d1542dbbcf571bada41 (diff)
downloadrails-c0ee497436718ae6be50cfef5ee83473f1070fcd.tar.gz
rails-c0ee497436718ae6be50cfef5ee83473f1070fcd.tar.bz2
rails-c0ee497436718ae6be50cfef5ee83473f1070fcd.zip
Grammar change
-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 8f48c52442..d0ba07a82d 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -1116,7 +1116,7 @@ the controller.
h3. Adding a Second Model
-Now that you've seen how a model built with scaffolding looks like, it's time to
+Now that you've seen what a model built with scaffolding looks like, it's time to
add a second model to the application. The second model will handle comments on
blog posts.