From e0c697e46c7d25cbe65e0d79f41435772fe342df Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Wed, 3 Apr 2019 11:40:01 +0530 Subject: [ci skip] Doc for shallow: false options should use for better readability. PR after #24405 --- actionpack/lib/action_dispatch/routing/mapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 08560ccf7d..74596fa1f0 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -1402,7 +1402,7 @@ module ActionDispatch # as a comment on a blog post like /posts/a-long-permalink/comments/1234 # to be shortened to just /comments/1234. # - # Set shallow: false on a child resource to ignore a parent's shallow parameter. + # Set shallow: false on a child resource to ignore a parent's shallow parameter. # # [:shallow_path] # Prefixes nested shallow routes with the specified path. -- cgit v1.2.3