From 48629f0cd6c587aebc444a20367b96b3fa51b9f2 Mon Sep 17 00:00:00 2001 From: Josh Schneider Date: Thu, 2 Feb 2017 17:18:49 -0800 Subject: [PATCH] Fix typo in router.jade I believe the current crisis id match the resulting path matrix notation --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index b9f315bdce..4186c55ad0 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1671,7 +1671,7 @@ a#relative-navigation +makeExcerpt('src/app/crisis-center/crisis-detail.component.ts (relative navigation)', 'gotoCrises-navigate') :marked Notice that the path goes up a level (`../`) syntax. - If the current crisis `id` is `1`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`. + If the current crisis `id` is `3`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`. a#named-outlets .l-main-section