aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
authorDave Powers <djpowers@users.noreply.github.com>2015-12-22 14:32:03 -0500
committerDave Powers <djpowers@users.noreply.github.com>2015-12-22 14:32:03 -0500
commit6c9a2b5ab6e2671288f897703a664f66de9b402b (patch)
tree811aef5f828eaa3b0490a8b8c545ef8d08d8f302 /guides/source/routing.md
parent90815ce412b6341c7372e1e514d9078869b4b933 (diff)
downloadrails-6c9a2b5ab6e2671288f897703a664f66de9b402b.tar.gz
rails-6c9a2b5ab6e2671288f897703a664f66de9b402b.tar.bz2
rails-6c9a2b5ab6e2671288f897703a664f66de9b402b.zip
Fix letter case and grammar in Routing guide
Diffstat (limited to 'guides/source/routing.md')
-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 2b1254f7a0..9401132500 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -392,7 +392,7 @@ The comments resource here will have the following routes generated for it:
### Routing concerns
-Routing Concerns allows you to declare common routes that can be reused inside other resources and routes. To define a concern:
+Routing concerns allow you to declare common routes that can be reused inside other resources and routes. To define a concern:
```ruby
concern :commentable do