From 0b78f54d4f7d838065e8c8bdca5d6d39de00aff0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 14 Dec 2018 11:12:29 +0100 Subject: [PATCH] docs(router): typo in state documentation (#27671) PR Close #27671 --- packages/router/src/directives/router_link.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/directives/router_link.ts b/packages/router/src/directives/router_link.ts index 53fbdd040e..25aaf3ea84 100644 --- a/packages/router/src/directives/router_link.ts +++ b/packages/router/src/directives/router_link.ts @@ -87,7 +87,7 @@ import {UrlTree} from '../url_tree'; * * ``` * - * And later the value can be read from the router through `router.getCurrentNavigation. + * And later the value can be read from the router through `router.getCurrentNavigation`. * For example, to capture the `tracingId` above during the `NavigationStart` event: * * ```