Skip to content

Commit e683d77

Browse files
authored
Fix typo
1 parent 2b3a6ee commit e683d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/navigation-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ This is an advanced use case. Don't use this unless you are 100% sure that you n
582582
583583
:::
584584
585-
Whether this navigation container should be independent of parent containers. If this is not set to `true`, this container cannot be nested inside another container. Setting it to `true` disconnects any children navigators from the parent container and doesn't allow navigation between them.
585+
Whether this navigation container should be independent of parent containers. If this is set to `true`, this container cannot be nested inside another container. Setting it to `true` disconnects any children navigators from the parent container and doesn't allow navigation between them.
586586
587587
You probably don't want to set this to `true` in a typical React Native app. This is only useful if you have navigation trees that work like their own mini-apps and don't need to navigate to the screens outside of them.
588588

0 commit comments

Comments
 (0)