diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2015-06-14 18:57:27 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2015-06-14 18:57:27 +0530 |
commit | fe117ce776dc7c63a46eb85a0882451e750f55ad (patch) | |
tree | 8a677ebeec1380923703a7f3997ecaceed41fc46 /actionpack | |
parent | 04e727dac46a0cfbd0e5eeb419efafad39ca9f57 (diff) | |
download | rails-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')
-rw-r--r-- | actionpack/lib/action_controller/metal/http_authentication.rb | 2 |
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. |