aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-10-10 23:29:35 -0400
committerGitHub <noreply@github.com>2017-10-10 23:29:35 -0400
commit68a2888ef08faf38c0643921a8259beef5fbe630 (patch)
treed4ea39084e7bb2b767d24c5b61c9a521d49b144a /actionpack
parentb205ea2dc6c70b2b8e2134640e3056ed33fdc6be (diff)
parentb1ee5e8e7f98b32196423a144e7a87ae284c7a5c (diff)
downloadrails-68a2888ef08faf38c0643921a8259beef5fbe630.tar.gz
rails-68a2888ef08faf38c0643921a8259beef5fbe630.tar.bz2
rails-68a2888ef08faf38c0643921a8259beef5fbe630.zip
Merge pull request #30855 from boone/fix_typos
Fix some typos [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/metal/redirecting.rb2
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.