docs(forms): fix typo (#3507)
This commit is contained in:
parent
21bd32f736
commit
6243fd036c
|
@ -481,7 +481,7 @@ figure.image-display
|
||||||
If you arrive in this component with a new (blank) hero or an invalid hero,
|
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.
|
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.
|
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.
|
You'll see the significance of this choice when you [add a new hero](#new-hero) to the form.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue