diff options
author | Oemuer Oezkir <oemuer.oezkir@gmail.com> | 2011-07-24 10:21:42 +0000 |
---|---|---|
committer | Oemuer Oezkir <oemuer.oezkir@gmail.com> | 2011-07-24 10:21:42 +0000 |
commit | 71d18ce48ebcb6b3380309a225af12aba2aeb8ed (patch) | |
tree | c4d3414b9db81ebe31178b0355a41b5f5dd9f031 /actionpack/lib/action_controller | |
parent | 9b9cf92768614eb7dedd190e898b0062c083d8bf (diff) | |
download | rails-71d18ce48ebcb6b3380309a225af12aba2aeb8ed.tar.gz rails-71d18ce48ebcb6b3380309a225af12aba2aeb8ed.tar.bz2 rails-71d18ce48ebcb6b3380309a225af12aba2aeb8ed.zip |
Changed a few instances of of words in the API docs written in British English to
American English(according to Weber)
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/request_forgery_protection.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/request_forgery_protection.rb b/actionpack/lib/action_controller/metal/request_forgery_protection.rb index 258a40aea6..4d016271ea 100644 --- a/actionpack/lib/action_controller/metal/request_forgery_protection.rb +++ b/actionpack/lib/action_controller/metal/request_forgery_protection.rb @@ -79,7 +79,7 @@ module ActionController #:nodoc: end end - # This is the method that defines the application behaviour when a request is found to be unverified. + # This is the method that defines the application behavior when a request is found to be unverified. # By default, \Rails resets the session when it finds an unverified request. def handle_unverified_request reset_session |