diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index c36fbdb9e3..db34c9a900 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -1912,7 +1912,7 @@ This example recreates the heroes feature in the "Services" episode of the and you'll be copying much of the code from the . -这个例子重写了[《英雄指南》](tutorial/toh-pt4 "Tour of Heroes: Services")的“服务”部分的英雄列表特性,我们可以从中赋值大部分代码过来。 +这个例子重写了[《英雄指南》](tutorial/toh-pt4 "Tour of Heroes: Services")的“服务”部分的英雄列表特性,我们可以从中赋值大部分代码过来。 Here's how the user will experience this version of the app: @@ -1970,7 +1970,7 @@ Follow these steps: * Copy into it the contents of the `app.component.ts` from the "Services" tutorial. - 把教程中的“服务”部分的代码复制到`app.component.ts`中。 + 把教程中的“服务”部分的代码复制到`app.component.ts`中。 * Make a few minor but necessary changes: