aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAbhishek Jain <abhishek.jain@vinsol.com>2015-10-06 23:20:27 +0530
committerAbhishek Jain <abhishek.jain@vinsol.com>2015-10-06 23:20:27 +0530
commitfe33c15d4d66b7a0ebd6257fb1eef21335424bba (patch)
tree8e031d4bb5fba2caf5732a6aa3f9f9736631aa3f /actionpack
parent9e25e0e1735f2ccca69679243aa8cf0885104164 (diff)
downloadrails-fe33c15d4d66b7a0ebd6257fb1eef21335424bba.tar.gz
rails-fe33c15d4d66b7a0ebd6257fb1eef21335424bba.tar.bz2
rails-fe33c15d4d66b7a0ebd6257fb1eef21335424bba.zip
Fix usage of word alternatively in docs [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/routing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing.rb b/actionpack/lib/action_dispatch/routing.rb
index f3c6be864f..59c3f9248f 100644
--- a/actionpack/lib/action_dispatch/routing.rb
+++ b/actionpack/lib/action_dispatch/routing.rb
@@ -53,7 +53,7 @@ module ActionDispatch
# resources :posts, :comments
# end
#
- # Alternately, you can add prefixes to your path without using a separate
+ # Alternatively, you can add prefixes to your path without using a separate
# directory by using +scope+. +scope+ takes additional options which
# apply to all enclosed routes.
#