typo: subject-verb disagreement

This commit is contained in:
Kevin Wiliarty 2021-05-24 15:02:03 -04:00 committed by GitHub
parent eb8c12894e
commit 7fc3826ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@ Displaying Validation Errors in Views
Once you've created a model and added validations, if that model is created via
a web form, you probably want to display an error message when one of the
validations fail.
validations fails.
Because every application handles this kind of thing differently, Rails does
not include any view helpers to help you generate these messages directly.