From 838f07bdcd9961d53080f0aa36adf758513b5703 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 26 Mar 2018 14:53:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=A0=87=E9=A2=98=E7=BA=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/reactive-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/reactive-forms.md b/aio/content/guide/reactive-forms.md index e2c9c6d8e4..37ebfedd4f 100644 --- a/aio/content/guide/reactive-forms.md +++ b/aio/content/guide/reactive-forms.md @@ -1262,7 +1262,7 @@ values and doesn't throw helpful errors. ## Create the `HeroListComponent` and `HeroService` -### 创建 `HeroListComponent` 和 `HeroService` +## 创建 `HeroListComponent` 和 `HeroService` To demonstrate further reactive forms techniques, it is helpful to add more functionality to the example by adding a `HeroListComponent` and a `HeroService`.