From 77a5c9eaa85118b25b53f1e9df2eeffb76d6d6eb Mon Sep 17 00:00:00 2001 From: Adam Hunter Date: Tue, 30 Jan 2024 12:34:22 -0500 Subject: [PATCH] fix(nx-dev): remove unmatched bracket. updates warning description (#19481) --- docs/shared/guides/react-18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/guides/react-18.md b/docs/shared/guides/react-18.md index db3c2aefe6..010eacb612 100644 --- a/docs/shared/guides/react-18.md +++ b/docs/shared/guides/react-18.md @@ -164,5 +164,5 @@ For manual update, go to [React Native Upgrade Helper](https://react-native-comm Nevertheless, you can use Nx's command `nx g @nx/react-native:upgrade-native ` to replace your iOS and Android folder with the latest code. {% callout type="caution" title="Be careful" %} -Nx's command `nx g @nx/react-native:upgrade-native ` is destructive, do **NOT** use it if you got customized native code.) +Nx's command `nx g @nx/react-native:upgrade-native ` is destructive, do **NOT** use it if you have added customized native code. {% /callout %}