diff options
author | Mike Boone <mike@boonedocks.net> | 2017-10-10 23:08:03 -0400 |
---|---|---|
committer | Mike Boone <mike@boonedocks.net> | 2017-10-10 23:08:03 -0400 |
commit | b1ee5e8e7f98b32196423a144e7a87ae284c7a5c (patch) | |
tree | d4ea39084e7bb2b767d24c5b61c9a521d49b144a /actionpack/lib | |
parent | b205ea2dc6c70b2b8e2134640e3056ed33fdc6be (diff) | |
download | rails-b1ee5e8e7f98b32196423a144e7a87ae284c7a5c.tar.gz rails-b1ee5e8e7f98b32196423a144e7a87ae284c7a5c.tar.bz2 rails-b1ee5e8e7f98b32196423a144e7a87ae284c7a5c.zip |
Fix some typos.
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/metal/redirecting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/redirecting.rb b/actionpack/lib/action_controller/metal/redirecting.rb index b8a80eef31..8de57f9199 100644 --- a/actionpack/lib/action_controller/metal/redirecting.rb +++ b/actionpack/lib/action_controller/metal/redirecting.rb @@ -83,7 +83,7 @@ module ActionController # # ==== Options # * <tt>:fallback_location</tt> - The default fallback location that will be used on missing `Referer` header. - # * <tt>:allow_other_host</tt> - Allows or dissallow redirection to the host that is different to the current host + # * <tt>:allow_other_host</tt> - Allows or disallow redirection to the host that is different to the current host # # All other options that can be passed to <tt>redirect_to</tt> are accepted as # options and the behavior is identical. |