From ba526562713322c4776afadcac4075dabfb40c4a Mon Sep 17 00:00:00 2001 From: gezbo Date: Mon, 10 Sep 2018 19:37:13 +0100 Subject: [PATCH] docs(): update nav docs cased --> cases --- core/src/components/nav/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/nav/readme.md b/core/src/components/nav/readme.md index fe5c06f59e..accb368898 100644 --- a/core/src/components/nav/readme.md +++ b/core/src/components/nav/readme.md @@ -1,7 +1,7 @@ # 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 cased where you could have a modal, which needs it's own sub-navigation, but not make it tied to the apps URL. +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.