docs(forms): fix typo (#3507)

This commit is contained in:
Richard Bützer 2017-04-05 12:05:29 +02:00 committed by Jesús Rodríguez
parent 21bd32f736
commit 6243fd036c
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ figure.image-display
If you arrive in this component with a new (blank) hero or an invalid hero,
you'll see the error message immediately, before you've done anything.
Some developers want to the message to display only when the user makes an invalid change.
Some developers want the message to display only when the user makes an invalid change.
Hiding the message while the control is "pristine" achieves that goal.
You'll see the significance of this choice when you [add a new hero](#new-hero) to the form.