fix: 修正错误的标题级别

This commit is contained in:
Zhicheng Wang 2018-03-26 14:53:47 +08:00
parent 7965991c60
commit 838f07bdcd

View File

@ -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`.