aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/request_forgery_protection.rb
diff options
context:
space:
mode:
authorkaranarora <mail@arorakaran.com>2015-05-20 22:52:18 +0530
committerkaranarora <mail@arorakaran.com>2015-05-23 03:01:33 +0530
commit07503309412fee39258e43e18ce4dc1eaa5493a1 (patch)
tree5e460afe18551f25345b9b2e8ce6f0ec40fbe962 /actionpack/lib/action_controller/metal/request_forgery_protection.rb
parent3873fc5c1c5836d41b288840773ecd1704953f29 (diff)
downloadrails-07503309412fee39258e43e18ce4dc1eaa5493a1.tar.gz
rails-07503309412fee39258e43e18ce4dc1eaa5493a1.tar.bz2
rails-07503309412fee39258e43e18ce4dc1eaa5493a1.zip
Spelling/typo/grammatical fixes [ci skip]
spelling fix [ci skip] example to be consistent [ci skip] grammatical fix typo fixes [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.rb2
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