aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authordharmatech <wayo.cavazos@gmail.com>2011-08-20 00:07:34 -0500
committerdharmatech <wayo.cavazos@gmail.com>2011-08-20 00:07:34 -0500
commit31d38d37d394f6ebbac57ce48f465805edbfec04 (patch)
treee4f857097d48cffd1daefd7bf906382bd6501782 /actionpack
parent8bd76aa50ec5dc5da3c398a0fd5dc971f64d8d68 (diff)
downloadrails-31d38d37d394f6ebbac57ce48f465805edbfec04.tar.gz
rails-31d38d37d394f6ebbac57ce48f465805edbfec04.tar.bz2
rails-31d38d37d394f6ebbac57ce48f465805edbfec04.zip
ActionController::Redirecting : fix docs typo
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 dee7eb1ec8..4f311a1cf5 100644
--- a/actionpack/lib/action_controller/metal/redirecting.rb
+++ b/actionpack/lib/action_controller/metal/redirecting.rb
@@ -45,7 +45,7 @@ module ActionController
# integer, or a symbol representing the downcased, underscored and symbolized description.
# Note that the status code must be a 3xx HTTP code, or redirection will not occur.
#
- # It is also possible to assign a flash message as part of the redirection. There are two special accessors for commonly used the flash names
+ # It is also possible to assign a flash message as part of the redirection. There are two special accessors for the commonly used flash names
# +alert+ and +notice+ as well as a general purpose +flash+ bucket.
#
# Examples: