aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-04-13 23:55:33 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-04-13 23:55:33 +0530
commit130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd (patch)
treebf282263768a0d05ab50638cc04ea0f39928f8b3 /activesupport/lib/active_support
parent48e9ff75c4a84a3edd0dedf4ec5aa5bc84462401 (diff)
parente890a69500531d5fcca0ad6617ace044ee62bf93 (diff)
downloadrails-130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd.tar.gz
rails-130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd.tar.bz2
rails-130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activesupport/lib/active_support')
-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"