fix: typo (#219)

This commit is contained in:
Zhicheng Wang 2017-04-16 19:47:50 +08:00
parent 858fdfb600
commit 9c097544c9
1 changed files with 2 additions and 2 deletions

View File

@ -1339,7 +1339,7 @@ a#component-with-input-output
It displays an individual hero provided by the `DashboardComponent`.
Clicking that hero tells the `DashboardComponent` that the user has selected the hero.
`DashbaordComponent`是非常小的这种类型的例子组件。
`DashboardHeroComponent`是非常小的这种类型的例子组件。
它显示由`DashboardCompoent`提供的英雄个体。
点击英雄告诉`DashbaordComponent`用户已经选择了这个英雄。
@ -1602,7 +1602,7 @@ a#component-inside-test-host
1. It _declares_ both the `DashboardHeroComponent` and the `TestHostComponent`.
它同时**声明**了`DashbaordComponent`和`TestHostComponent`。
它同时**声明**了`DashboardHeroComponent`和`TestHostComponent`。
1. It _creates_ the `TestHostComponent` instead of the `DashboardHeroComponent`.