diff options
author | Arthur Nogueira Neves <arthurnn@gmail.com> | 2014-04-29 20:37:28 -0300 |
---|---|---|
committer | Arthur Nogueira Neves <arthurnn@gmail.com> | 2014-04-29 20:37:28 -0300 |
commit | ca20037899e55ddf734b727454a3180bebf82212 (patch) | |
tree | 193471178dfb917aa3459058cf1f793721dbdf3e /guides/source | |
parent | 5dc4ddebeeb38f0a452a4fc59faf9584eb688f8b (diff) | |
parent | 0128882680d796cc7d2f45e1ffd7f2e468a89f51 (diff) | |
download | rails-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/source')
-rw-r--r-- | guides/source/getting_started.md | 4 |
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 |