diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 1777177297..7449a62a67 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -597,7 +597,7 @@ figure.image-display - Each input element has a `name` property that is required by Angular Forms to register the control with the form. - - 每一个input元素都有一个`name`属性,Angular的表格模块需要使用它为表单注册控制器。 + - 每一个input元素都有一个`name`属性,Angular的表单模块需要使用它为表单注册控制器。 :marked If we ran the app right now and changed every Hero model property, the form might display like this: