diff --git a/docs/routes-and-navigation.mdx b/docs/routes-and-navigation.mdx index 65a7194..aeb37c1 100644 --- a/docs/routes-and-navigation.mdx +++ b/docs/routes-and-navigation.mdx @@ -47,7 +47,7 @@ For instance `HomeFeeds()` is the initial route for the first NavbarItem. if you ### Pushing Routes within NavbarItem (Persists Navbar by default) -**A helper method `navigate` is built within NavbarRouter to push routes** +*A helper method `navigate` is built within NavbarRouter to push routes* Setting the `isRootNavigator` to `false` will push the route ontop of the existing route (Within NavbarRouter)