aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2014-04-30 01:05:56 +0200
committerJon Atack <jon@atack.com>2014-04-30 01:05:56 +0200
commit0128882680d796cc7d2f45e1ffd7f2e468a89f51 (patch)
tree193471178dfb917aa3459058cf1f793721dbdf3e /guides/source/getting_started.md
parent5dc4ddebeeb38f0a452a4fc59faf9584eb688f8b (diff)
downloadrails-0128882680d796cc7d2f45e1ffd7f2e468a89f51.tar.gz
rails-0128882680d796cc7d2f45e1ffd7f2e468a89f51.tar.bz2
rails-0128882680d796cc7d2f45e1ffd7f2e468a89f51.zip
the use of ... in place >> using ... instead
[ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index d4fec08b13..fa964e4450 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -1500,8 +1500,8 @@ Without this file, the confirmation dialog box wouldn't appear.
Congratulations, you can now create, show, list, update and destroy
articles.
-TIP: In general, Rails encourages the use of resources objects in place
-of declaring routes manually. For more information about routing, see
+TIP: In general, Rails encourages using resources objects instead of
+declaring routes manually. For more information about routing, see
[Rails Routing from the Outside In](routing.html).
Adding a Second Model