From 9c097544c9f53bc3fe44443271ace7cbe6989121 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 16 Apr 2017 19:47:50 +0800 Subject: [PATCH] fix: typo (#219) --- public/docs/ts/latest/guide/testing.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 5a8945f213..5500b8c484 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -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`.