Skip to content

Commit ff2aaad

Browse files
rtpHarrybrandyscarney
authored andcommitted
docs(nav): fix typos (ionic-team#18948)
1 parent 696be83 commit ff2aaad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/components/nav/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ion-nav
22

3-
Nav is a standalone component for loading arbitrary components and pushing to new components on to the stack.
4-
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.
3+
Nav is a standalone component for loading arbitrary components and pushing new components on to the stack.
4+
5+
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.
56

67

78
<!-- Auto Generated Below -->

0 commit comments

Comments
 (0)