From 5019a046c68bcdfd59640bd106d87667fdacf816 Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Mon, 18 Nov 2013 21:10:21 -0700 Subject: Fixed typos in shallow routes and routing concerns Grammatical tense correction: "There exists two" => "There exist two". Plurality correction: "can be reused inside others resources" => "can be reused inside other resources". --- guides/source/routing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides') diff --git a/guides/source/routing.md b/guides/source/routing.md index 19784823f7..019861c3d6 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -338,7 +338,7 @@ shallow do end ``` -There exists two options for `scope` to customize shallow routes. `:shallow_path` prefixes member paths with the specified parameter: +There exist two options for `scope` to customize shallow routes. `:shallow_path` prefixes member paths with the specified parameter: ```ruby scope shallow_path: "sekret" do @@ -384,7 +384,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 others resources and routes. To define a concern: +Routing Concerns allows 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