docs(router): typo in state documentation (#27671)

PR Close #27671
This commit is contained in:
cexbrayat 2018-12-14 11:12:29 +01:00 committed by Miško Hevery
parent 522919a537
commit 0b78f54d4f
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ import {UrlTree} from '../url_tree';
* </a>
* ```
*
* 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:
*
* ```