aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/params_wrapper.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/params_wrapper.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/params_wrapper.rb')
-rw-r--r--actionpack/lib/action_controller/metal/params_wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/params_wrapper.rb b/actionpack/lib/action_controller/metal/params_wrapper.rb
index b7cd2b1a59..8a4ea70649 100644
--- a/actionpack/lib/action_controller/metal/params_wrapper.rb
+++ b/actionpack/lib/action_controller/metal/params_wrapper.rb
@@ -250,7 +250,7 @@ module ActionController
private
- # Returns the wrapper key which will be used to stored wrapped parameters.
+ # Returns the wrapper key which will be used to store wrapped parameters.
def _wrapper_key
_wrapper_options.name
end