Formatting typo

on-behalf-of: @Cofense <oss@cofense.com>
This commit is contained in:
Eddie Lebow 2022-09-01 16:09:37 -04:00
parent d66441f391
commit bc5561db23
No known key found for this signature in database
GPG Key ID: 6398DE4540F3BB49

@ -1120,7 +1120,7 @@ class method, passing in the symbols for the validation methods' names.
You can pass more than one symbol for each class method and the respective
validations will be run in the same order as they were registered.
The `valid?` method will verify that the errors collection is empty,
The `valid?` method will verify that the `errors` collection is empty,
so your custom validation methods should add errors to it when you
wish validation to fail: