diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 084ee85d85..d7985c00a1 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1987,7 +1987,7 @@ code-example(language="bash"). row because it demonstrates the final state of the application which includes the steps we're *about* to cover. At the moment we're describing the state of affairs *prior* to those steps. - 在线例子*没有*高亮选中的行,因为它演示的是应用的最终状态,因此包含了我们*即将*示范的步骤。 + 在线例子*高亮了*选中的行,因为它演示的是应用的最终状态,因此包含了我们*即将*示范的步骤。 此刻,我们描述的仍是那些步骤*之前*的状态。 :marked @@ -2440,7 +2440,7 @@ a#child-routing-component We create a `crisis-center-routing.module.ts` file as we did the `heroes-routing.module.ts` file. But this time we define **child routes** *within* the parent `crisis-center` route. - 像`heroes.routing.ts`文件一样,我们也创建一个`crisis-center.routing.ts`。 + 像`heroes-routing.module.ts`文件一样,我们也创建一个`crisis-center-routing.module.ts`。 但这次,我们要把**子路由**定义在父路由`crisis-center`中。 +makeExcerpt('app/crisis-center/crisis-center-routing.module.1.ts (Routes)', 'routes')