mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
typo: subject-verb disagreement
This commit is contained in:
parent
eb8c12894e
commit
7fc3826ae0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue