aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
authorKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
committerKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
commit7c05ea23a0e6394c61f3d2c1d0ba345784329427 (patch)
tree8472c0ab09bbe95d48659681609cf466c10812d9 /guides/source/routing.md
parent70b809436fdc4f4f95155b0e5968e6cd10b80cd0 (diff)
downloadrails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.gz
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.bz2
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.zip
Fixed grammar in a lot of guide prologues.
Diffstat (limited to 'guides/source/routing.md')
-rw-r--r--guides/source/routing.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md
index 714c0b609e..0e78e7d4cd 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -5,11 +5,11 @@ This guide covers the user-facing features of Rails routing.
After reading this guide, you will know:
-* Understand the code in `routes.rb`.
-* Construct your own routes, using either the preferred resourceful style or the `match` method.
-* Identify what parameters to expect an action to receive.
-* Automatically create paths and URLs using route helpers.
-* Use advanced techniques such as constraints and Rack endpoints.
+* How to interpret the code in `routes.rb`.
+* How to construct your own routes, using either the preferred resourceful style or the `match` method.
+* What parameters to expect an action to receive.
+* How to automatically create paths and URLs using route helpers.
+* Advanced techniques such as constraints and Rack endpoints.
--------------------------------------------------------------------------------