Merge pull request #42284 from kwiliarty/main

typo: subject-verb disagreement
This commit is contained in:
Eugene Kenny 2021-05-24 22:09:47 +01:00 committed by GitHub
commit e1960a82e7
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.