From 6c9a2b5ab6e2671288f897703a664f66de9b402b Mon Sep 17 00:00:00 2001 From: Dave Powers Date: Tue, 22 Dec 2015 14:32:03 -0500 Subject: Fix letter case and grammar in Routing guide --- guides/source/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3