diff options
author | Zachary Scott <e@zzak.io> | 2015-05-22 14:35:16 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-05-22 14:35:16 -0700 |
commit | 334140c927664147a4f2ecea8ea8f49fe74eff1c (patch) | |
tree | 5e460afe18551f25345b9b2e8ce6f0ec40fbe962 /actionpack/lib/action_controller/metal/request_forgery_protection.rb | |
parent | 3873fc5c1c5836d41b288840773ecd1704953f29 (diff) | |
parent | 07503309412fee39258e43e18ce4dc1eaa5493a1 (diff) | |
download | rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.gz rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.bz2 rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.zip |
Merge pull request #20231 from karanarora/Spelling-fix
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal/request_forgery_protection.rb')
-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 356493bde6..a7bd3622ee 100644 --- a/actionpack/lib/action_controller/metal/request_forgery_protection.rb +++ b/actionpack/lib/action_controller/metal/request_forgery_protection.rb @@ -44,7 +44,7 @@ module ActionController #:nodoc: # during request. # # We may want to disable CSRF protection for APIs since they are typically - # designed to be state-less. That is, the requestion API client will handle + # designed to be state-less. That is, the request API client will handle # the session for you instead of Rails. # # The token parameter is named <tt>authenticity_token</tt> by default. The name and |