mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Corrected paramter to parameter
This commit is contained in:
parent
8f199d8e01
commit
e890a69500
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue