typo
This commit is contained in:
parent
a934b5993a
commit
ba8503d9b1
|
@ -553,7 +553,7 @@ block routerLink
|
|||
:marked
|
||||
#### !{_redirectTo}
|
||||
|
||||
#### 重定义
|
||||
#### 重定向
|
||||
|
||||
We want the app to show the dashboard when it starts and
|
||||
we want to see a nice URL in the browser address bar that says `/dashboard`.
|
||||
|
@ -754,7 +754,7 @@ code-example(language="html").
|
|||
Certainly not the last one; we can't embed an entire hero object in the URL! Nor would we want to.
|
||||
|
||||
显然,在我们的任何一个路由场景中它都无法工作。
|
||||
特别是最后一个需求,我们也没法把一个完整的hero对象嵌入到URL中!不过我们本来也不想这样。
|
||||
特别是最后一个需求,我们无法将一个完整的hero对象嵌入到URL中!不过我们本来也不想这样。
|
||||
|
||||
### Parameterized route
|
||||
|
||||
|
@ -802,7 +802,7 @@ code-example(format='').
|
|||
:marked
|
||||
We're finished with the application routes.
|
||||
|
||||
我们已经完成了该应用的路由。
|
||||
我们已经完成了本应用的路由。
|
||||
|
||||
|
||||
We won't add a `'Hero Detail'` link to the template because users
|
||||
|
|
Loading…
Reference in New Issue