1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip]fix typo

This commit is contained in:
willnet 2019-10-14 11:29:40 +09:00
parent 0f782ca4fe
commit 68b11a8dbb

View file

@ -107,7 +107,7 @@ module ActiveModel
# Imports one error
# Imported errors are wrapped as a NestedError,
# providing access to original error object.
# If attribute or type needs to be overriden, use `override_options`.
# If attribute or type needs to be overridden, use `override_options`.
#
# override_options - Hash
# @option override_options [Symbol] :attribute Override the attribute the error belongs to