diff options
author | Dave Powers <djpowers@users.noreply.github.com> | 2015-12-22 14:32:03 -0500 |
---|---|---|
committer | Dave Powers <djpowers@users.noreply.github.com> | 2015-12-22 14:32:03 -0500 |
commit | 6c9a2b5ab6e2671288f897703a664f66de9b402b (patch) | |
tree | 811aef5f828eaa3b0490a8b8c545ef8d08d8f302 /guides | |
parent | 90815ce412b6341c7372e1e514d9078869b4b933 (diff) | |
download | rails-6c9a2b5ab6e2671288f897703a664f66de9b402b.tar.gz rails-6c9a2b5ab6e2671288f897703a664f66de9b402b.tar.bz2 rails-6c9a2b5ab6e2671288f897703a664f66de9b402b.zip |
Fix letter case and grammar in Routing guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/routing.md | 2 |
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 |