aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-03-30 15:57:32 -0400
committerJon Moss <me@jonathanmoss.me>2017-03-30 15:57:32 -0400
commitb68aae003ad7456f6c365fa86d212fd1e5a46ff7 (patch)
tree65ca3f387390d1ea2ee1635ecf205073f305624c /guides/source
parent896ee2b679462e7bcaa6890c6f5fdbd3b2e2fccb (diff)
downloadrails-b68aae003ad7456f6c365fa86d212fd1e5a46ff7.tar.gz
rails-b68aae003ad7456f6c365fa86d212fd1e5a46ff7.tar.bz2
rails-b68aae003ad7456f6c365fa86d212fd1e5a46ff7.zip
Small grammar fix
[ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/routing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md
index 86492a9332..53735ce82e 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -545,7 +545,7 @@ TIP: If you find yourself adding many extra actions to a resourceful route, it's
Non-Resourceful Routes
----------------------
-In addition to resource routing, Rails has powerful support for routing arbitrary URLs to actions. Here, you don't get groups of routes automatically generated by resourceful routing. Instead, you set up each route within your application separately.
+In addition to resource routing, Rails has powerful support for routing arbitrary URLs to actions. Here, you don't get groups of routes automatically generated by resourceful routing. Instead, you set up each route separately within your application.
While you should usually use resourceful routing, there are still many places where the simpler routing is more appropriate. There's no need to try to shoehorn every last piece of your application into a resourceful framework if that's not a good fit.