aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-12 18:28:34 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-12 18:28:34 +0530
commit5fccd77b6c71e26fcbf879657c1f532999171900 (patch)
tree12a35acd93877bb547bdbef986a2ee202fc5312d /actionpack/lib/action_dispatch/routing
parent5c5d5080b7ea008f0b4a5bf2e65bb22d24094cea (diff)
downloadrails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.gz
rails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.bz2
rails-5fccd77b6c71e26fcbf879657c1f532999171900.zip
Spelling and Grammar checks
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index b8abdabca5..04faabef37 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -361,7 +361,7 @@ module ActionDispatch
include UrlFor
end
- # Contains all the mounted helpers accross different
+ # Contains all the mounted helpers across different
# engines and the `main_app` helper for the application.
# You can include this in your classes if you want to
# access routes for other engines.