aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-04-13 11:36:50 -0400
committerCarson McDonald <carson@ioncannon.net>2013-04-13 11:36:50 -0400
commite890a69500531d5fcca0ad6617ace044ee62bf93 (patch)
tree1dd4173cbf2ad0cd63a1e3428220092cbb36deb4 /activesupport/lib
parent8f199d8e01afa3968bfca1dd30ea58b3c1090402 (diff)
downloadrails-e890a69500531d5fcca0ad6617ace044ee62bf93.tar.gz
rails-e890a69500531d5fcca0ad6617ace044ee62bf93.tar.bz2
rails-e890a69500531d5fcca0ad6617ace044ee62bf93.zip
Corrected paramter to parameter
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/core_ext/string/inflections.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb
index 6522145572..0b506a6030 100644
--- a/activesupport/lib/active_support/core_ext/string/inflections.rb
+++ b/activesupport/lib/active_support/core_ext/string/inflections.rb
@@ -41,7 +41,7 @@ class String
#
# If the optional parameter +locale+ is specified,
# the word will be singularized as a word of that language.
- # By default, this paramter is set to <tt>:en</tt>.
+ # By default, this parameter is set to <tt>:en</tt>.
# You must define your own inflection rules for languages other than English.
#
# 'posts'.singularize # => "post"