From 7bc9a077ca12a7b1e5c639f1eab08aa175d5cb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=A4nisch?= Date: Sat, 15 Sep 2018 13:07:33 +1200 Subject: [PATCH] docs(ion-router): fix some typos (#15595) --- core/src/components/router/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/router/readme.md b/core/src/components/router/readme.md index f6980b04fa..08f975f8f5 100644 --- a/core/src/components/router/readme.md +++ b/core/src/components/router/readme.md @@ -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.