diff --git a/versioned_docs/version-6.x/getting-started.md b/versioned_docs/version-6.x/getting-started.md index ce33910b74d..501043a4a12 100755 --- a/versioned_docs/version-6.x/getting-started.md +++ b/versioned_docs/version-6.x/getting-started.md @@ -131,7 +131,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 `NavigationContainer`s 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 `NavigationContainers` unless you have a specific use case for them. :::