From 971557d1ac9a1e2230109bacbbf7eef3e6acbfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw?= <46224471+stanleyoos@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:35:49 -0700 Subject: [PATCH] Revert "Typo Fixed. (#1295)" This reverts commit 034abb4b34f2b817f2b9e1ffb6fded86a0e6e32e. --- versioned_docs/version-6.x/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/getting-started.md b/versioned_docs/version-6.x/getting-started.md index ded0a55e5c..41d966a9ac 100755 --- a/versioned_docs/version-6.x/getting-started.md +++ b/versioned_docs/version-6.x/getting-started.md @@ -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. :::