From 6243fd036cb3f0e802a079e38ad6781473a4f15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20B=C3=BCtzer?= Date: Wed, 5 Apr 2017 12:05:29 +0200 Subject: [PATCH] docs(forms): fix typo (#3507) --- public/docs/ts/latest/guide/forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index a3124fa447..b0950ade19 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -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.