Skip to content

Commit d9d9cdf

Browse files
Typo Fixed.
Before: `NavigationContainer`s After: `NavigationContainers`
1 parent b24e93b commit d9d9cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default function App() {
131131

132132
:::warning
133133

134-
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.
134+
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.
135135

136136
:::
137137

0 commit comments

Comments
 (0)