From 0128882680d796cc7d2f45e1ffd7f2e468a89f51 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 30 Apr 2014 01:05:56 +0200 Subject: the use of ... in place >> using ... instead [ci skip] --- guides/source/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides') 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 -- cgit v1.2.3