diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index 9ff31b3f23..fa29047e0b 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -119,7 +119,7 @@ a#intro and values of the HTML controls on screen. Reactive forms offer the ease of using reactive patterns, testing, and validation. - Angular的*响应式*表单能让实现*响应式编程风格*更容易,这种编程风格更喜欢在非UI的*数据模型*(通常接收自服务器)之间显式的管理数据流, + Angular的*响应式*表单能让实现*响应式编程风格*更容易,这种编程风格更倾向于在非UI的*数据模型*(通常接收自服务器)之间显式的管理数据流, 并且用一个UI导向的*表单模型*来保存屏幕上HTML控件的状态和值。 响应式表单可以让使用响应式编程模式、测试和校验变得更容易。