Fix typo.

Signed-off-by: Yehuda Katz <wycats@gmail.com>
This commit is contained in:
Brian Donovan 2009-09-17 18:08:20 -07:00 committed by Yehuda Katz
parent 3fc2d1ebd9
commit f183288050
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ module ActiveModel
full_messages
end
# Translates an error message in it's default scope (<tt>activemodel.errrors.messages</tt>).
# Translates an error message in its default scope (<tt>activemodel.errors.messages</tt>).
# Error messages are first looked up in <tt>models.MODEL.attributes.ATTRIBUTE.MESSAGE</tt>, if it's not there,
# it's looked up in <tt>models.MODEL.MESSAGE</tt> and if that is not there it returns the translation of the
# default message (e.g. <tt>activemodel.errors.messages.MESSAGE</tt>). The translated model name,