From ff2aaadf41b1664370a40cb5a3d04dea8c1fb568 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Thu, 5 Sep 2019 23:47:07 +0700 Subject: [PATCH] docs(nav): fix typos (#18948) --- core/src/components/nav/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/components/nav/readme.md b/core/src/components/nav/readme.md index f1e1d0efcf..dad9afeb8a 100644 --- a/core/src/components/nav/readme.md +++ b/core/src/components/nav/readme.md @@ -1,7 +1,8 @@ # ion-nav -Nav is a standalone component for loading arbitrary components and pushing to new components on to the stack. -Unlike RouterOutlet, Nav is not tied to a particular router. Meaning that if we load a Nav component, and push other components to the stack, they will not affect the apps overall router. This fits use cases where you could have a modal, which needs it's own sub-navigation, but not make it tied to the apps URL. +Nav is a standalone component for loading arbitrary components and pushing new components on to the stack. + +Unlike Router Outlet, Nav is not tied to a particular router. This means that if we load a Nav component, and push other components to the stack, they will not affect the app's overall router. This fits use cases where you could have a modal, which needs its own sub-navigation, without making it tied to the apps URL.