From cf0bf67a576a5d1879b7af34043d0895991638ff Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 29 Apr 2017 16:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/reactive-forms.jade | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index fa29047e0b..9f8f750fe1 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -753,13 +753,12 @@ figure.image-display Using `Validators.required` is optional for the rest of the guide. It remains in each of the following examples with the same configuration. - 对本章的其余部分,使用`Validators.required`是可有可无。 - 它保留在下面每一个使用了相同配置的范例中。 + 在本章的其余部分,`Validators.required`是可有可无的,但在每个与此范例配置相同的范例中都会保留它。 For more on validating Angular forms, see the [Form Validation](../cookbook/form-validation.html) guide. - 要了解Angular表单验证器的更多知识,参见[Form验证器](../cookbook/form-validation.html)一章。 + 要了解Angular表单验证器的更多知识,参见[表单验证器](../cookbook/form-validation.html)一章。 :marked ### More FormControls