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 %}