Skip to content

Commit

Permalink
doc(router-configuration): Grammatical fix
Browse files Browse the repository at this point in the history
Clarifying a recent change to the grammar of the router configuration docs.
  • Loading branch information
davismj authored Oct 16, 2018
1 parent 971be41 commit 93e273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/router-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The router contains a number of additional properties that indicate the current

* `router.isNavigating`: `true` if the router is currently processing a navigation.
* `router.isNavigatingFirst`: `true` if the router is navigating into the app for the first time in the browser session.
* `router.isNavigatingNew`: `true` if the router is navigating to a page instance, not in the browser session history. This is triggered when the user clicks a link or the navigate function is called explicitly.
* `router.isNavigatingNew`: `true` if the router is navigating to a page instance which is not in the browser session history. This is triggered when the user clicks a link or the navigate function is called explicitly.
* `router.isNavigatingForward`: `true` if the router is navigating forward in the browser session history. This is triggered when the user clicks the forward button in their browser.
* `router.isNavigatingBack`: `true` if the router is navigating back in the browser session history. This is triggered when the user clicks the back button in their browser or when the `navigateBack()` function is called.
* `router.isNavigatingRefresh`: `true` if the router is navigating due to a browser refresh.
Expand Down

0 comments on commit 93e273b

Please sign in to comment.