aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-10-06 20:21:00 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2015-10-06 20:21:00 +0200
commit5b69e30622de27e8010fd8cb32a97b5f0fe194e2 (patch)
tree8f686ea632c577cda43eb57b46495cee49fe9c78 /actionpack
parentb5e9e1ad3c56778c557e620f18aeae912312e68f (diff)
parentfe33c15d4d66b7a0ebd6257fb1eef21335424bba (diff)
downloadrails-5b69e30622de27e8010fd8cb32a97b5f0fe194e2.tar.gz
rails-5b69e30622de27e8010fd8cb32a97b5f0fe194e2.tar.bz2
rails-5b69e30622de27e8010fd8cb32a97b5f0fe194e2.zip
Merge pull request #21887 from abhishekjain16/doc_fix
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.
#