Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c6cf4dc

Browse files
sarunintFoxandxss
authored andcommitted
docs(router): add missing backticks (#2366)
1 parent 5bd2694 commit c6cf4dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/docs/ts/latest/guide/router.jade

+4-4
Original file line numberDiff line numberDiff line change
@@ -1365,13 +1365,13 @@ a#child-routing-component
13651365
They *extend* the path of the parent route.
13661366
With each step down the route tree, we add a slash followed by the route path (unless the route path is _empty_).
13671367

1368-
For example, the parent path to the `CrisisCenterComponent` is `/crisis-center
1369-
The router appends these child paths to the parent path to the `CrisisCenterComponent` (`/crisis-center).
1368+
For example, the parent path to the `CrisisCenterComponent` is `/crisis-center`
1369+
The router appends these child paths to the parent path to the `CrisisCenterComponent` (`/crisis-center`).
13701370

1371-
* to navigate to the `CrisisCenterHomeComponent, the full URL is `/crisis-center` (/crisis-center` + `''` + `''`).
1371+
* to navigate to the `CrisisCenterHomeComponent`, the full URL is `/crisis-center` (`/crisis-center` + `''` + `''`).
13721372

13731373
* to navigate to the `CrisisDetailComponent` for a crisis with `id=2`, the full URL is
1374-
`/crisis-center/2` (/crisis-center` + `''` + `'/2'`).
1374+
`/crisis-center/2` (`/crisis-center` + `''` + `'/2'`).
13751375

13761376
The absolute URL for the latter example, including the origin, is
13771377
code-example.

0 commit comments

Comments
 (0)