aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2015-12-22 17:39:39 -0200
committerRafael França <rafaelmfranca@gmail.com>2015-12-22 17:39:39 -0200
commitc259f54e27ac0fa3735563ccf6b9f3d9b20ad833 (patch)
tree811aef5f828eaa3b0490a8b8c545ef8d08d8f302
parent90815ce412b6341c7372e1e514d9078869b4b933 (diff)
parent6c9a2b5ab6e2671288f897703a664f66de9b402b (diff)
downloadrails-c259f54e27ac0fa3735563ccf6b9f3d9b20ad833.tar.gz
rails-c259f54e27ac0fa3735563ccf6b9f3d9b20ad833.tar.bz2
rails-c259f54e27ac0fa3735563ccf6b9f3d9b20ad833.zip
Merge pull request #22762 from djpowers/patch-1
Fix letter case and grammar in Routing guide
-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