aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
commit6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 (patch)
tree66620e30489b5169182f337f33f733f4d5013e8b /guides/source/routing.md
parent5cdb23c722dbec0a4a5f74f2b64250bf410db5e2 (diff)
downloadrails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.gz
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.bz2
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.zip
Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
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 53f037c25b..69c36aa073 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -3,11 +3,11 @@ Rails Routing from the Outside In
This guide covers the user-facing features of Rails routing. By referring to this guide, you will be able to:
-* 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
+* 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.
--------------------------------------------------------------------------------