mirror of https://github.com/rails/rails
fix typo
This commit is contained in:
parent
9b46613780
commit
4db1bd37cb
|
@ -298,7 +298,7 @@ module ActiveSupport
|
|||
end
|
||||
end
|
||||
|
||||
# Applies inflection rules for +singluralize+ and +pluralize+.
|
||||
# Applies inflection rules for +singuralize+ and +pluralize+.
|
||||
#
|
||||
# Examples:
|
||||
# apply_inflections("post", inflections.plurals) # => "posts"
|
||||
|
|
Loading…
Reference in New Issue