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

Commit b021012

Browse files
Josh68wardbell
authored andcommitted
Fix typo in router.jade (#3183)
1 parent 0713f35 commit b021012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ a#relative-navigation
16711671
+makeExcerpt('src/app/crisis-center/crisis-detail.component.ts (relative navigation)', 'gotoCrises-navigate')
16721672
:marked
16731673
Notice that the path goes up a level (`../`) syntax.
1674-
If the current crisis `id` is `1`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`.
1674+
If the current crisis `id` is `3`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`.
16751675

16761676
a#named-outlets
16771677
.l-main-section

0 commit comments

Comments
 (0)