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