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: * * ```