docs(ion-router): fix some typos (#15595)

This commit is contained in:
Simon Hänisch
2018-09-15 13:07:33 +12:00
committed by Manu MA
parent 573117adf6
commit 7bc9a077ca

View File

@@ -7,9 +7,9 @@ This component controls all interactions with the browser history and it aggrega
`ion-router` is just a URL coordinator for the navigation outlets of ionic: `ion-nav` and `ion-tabs`.
That means the ion-router never touches the DOM, it does NOT show the components or emit any kind of lifecycle events, it just tell `ion-nav` and `ion-tabs` what and when to "show" based in the browser's URL.
That means the `ion-router` never touches the DOM, it does NOT show the components or emit any kind of lifecycle events, it just tells `ion-nav` and `ion-tabs` what and when to "show" based on the browser's URL.
In order to configure this relationship between components (to load/select) and URLs, ion-router uses a declarative syntax using JSX/HTML to define a tree of routes.
In order to configure this relationship between components (to load/select) and URLs, `ion-router` uses a declarative syntax using JSX/HTML to define a tree of routes.
If you're using Angular, please see [ion-router-outlet](../router-outlet) instead.