aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorArthur Nogueira Neves <arthurnn@gmail.com>2014-04-29 20:37:28 -0300
committerArthur Nogueira Neves <arthurnn@gmail.com>2014-04-29 20:37:28 -0300
commitca20037899e55ddf734b727454a3180bebf82212 (patch)
tree193471178dfb917aa3459058cf1f793721dbdf3e /guides
parent5dc4ddebeeb38f0a452a4fc59faf9584eb688f8b (diff)
parent0128882680d796cc7d2f45e1ffd7f2e468a89f51 (diff)
downloadrails-ca20037899e55ddf734b727454a3180bebf82212.tar.gz
rails-ca20037899e55ddf734b727454a3180bebf82212.tar.bz2
rails-ca20037899e55ddf734b727454a3180bebf82212.zip
Merge pull request #14909 from jonatack/patch-7
the use of ... in place >> using ... instead
Diffstat (limited to 'guides')
-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