From 8361512b94897482230f1a1512c7b027a6cf39bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8=28wabzsy=29?= Date: Tue, 14 Apr 2020 19:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8B=98=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与英文不一致 --- aio/content/guide/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/forms.md b/aio/content/guide/forms.md index 66f77ba5ff..5ca7140bab 100644 --- a/aio/content/guide/forms.md +++ b/aio/content/guide/forms.md @@ -347,7 +347,7 @@ Update it with the following: ## Revise *app.component.html* -## 修改 *app.component.ts* +## 修改 *app.component.html* `AppComponent` is the application's root component. It will host the new `HeroFormComponent`.