aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-06-14 18:57:27 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-06-14 18:57:27 +0530
commitfe117ce776dc7c63a46eb85a0882451e750f55ad (patch)
tree8a677ebeec1380923703a7f3997ecaceed41fc46 /actionpack/lib/action_controller/metal/http_authentication.rb
parent04e727dac46a0cfbd0e5eeb419efafad39ca9f57 (diff)
downloadrails-fe117ce776dc7c63a46eb85a0882451e750f55ad.tar.gz
rails-fe117ce776dc7c63a46eb85a0882451e750f55ad.tar.bz2
rails-fe117ce776dc7c63a46eb85a0882451e750f55ad.zip
Add missing "header" word in documentation of Token#authentication_request [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal/http_authentication.rb')
-rw-r--r--actionpack/lib/action_controller/metal/http_authentication.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb
index fb0a52b076..39bed955a4 100644
--- a/actionpack/lib/action_controller/metal/http_authentication.rb
+++ b/actionpack/lib/action_controller/metal/http_authentication.rb
@@ -493,7 +493,7 @@ module ActionController
"Token #{values * ", "}"
end
- # Sets a WWW-Authenticate to let the client know a token is desired.
+ # Sets a WWW-Authenticate header to let the client know a token is desired.
#
# controller - ActionController::Base instance for the outgoing response.
# realm - String realm to use in the header.