diff options
author | Jason Noble <github+jasonn@jasonnoble.org> | 2011-11-13 03:12:13 -0700 |
---|---|---|
committer | Jason Noble <github+jasonn@jasonnoble.org> | 2011-11-13 03:12:13 -0700 |
commit | c0ee497436718ae6be50cfef5ee83473f1070fcd (patch) | |
tree | ce632bbc24674968ce3accde56e1ee35a13d3468 /railties/guides/source/getting_started.textile | |
parent | 5e83491e976c867c57892d1542dbbcf571bada41 (diff) | |
download | rails-c0ee497436718ae6be50cfef5ee83473f1070fcd.tar.gz rails-c0ee497436718ae6be50cfef5ee83473f1070fcd.tar.bz2 rails-c0ee497436718ae6be50cfef5ee83473f1070fcd.zip |
Grammar change
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-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 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. |