Skip to content

Commit

Permalink
Revert "Typo Fixed. (#1295)" (#1365)
Browse files Browse the repository at this point in the history
This reverts commit 034abb4.
  • Loading branch information
stanleyoos authored Aug 8, 2024
1 parent 262034d commit d6e9452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function App() {

:::warning

In a typical React Native app, the `NavigationContainer` should be only used once in your app at the root. You shouldn't nest multiple `NavigationContainers` unless you have a specific use case for them.
In a typical React Native app, the `NavigationContainer` should be only used once in your app at the root. You shouldn't nest multiple `NavigationContainer`s unless you have a specific use case for them.

:::

Expand Down

0 comments on commit d6e9452

Please sign in to comment.