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:
parent
0f782ca4fe
commit
68b11a8dbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue