diff --git a/docs/new-architecture-app-intro.md b/docs/new-architecture-app-intro.md index 6cf7f6eb551..8fafc8ec93c 100644 --- a/docs/new-architecture-app-intro.md +++ b/docs/new-architecture-app-intro.md @@ -48,7 +48,7 @@ After upgrading the project, there are a few changes you need to apply: + platform :ios, '12.4' ``` -2. Create an `.xcode.env` file to export the locaion of the NODE_BINARY. Navigate to the `ios` folder and run this command: +2. Create a `.xcode.env` file to export the location of the NODE_BINARY. Navigate to the `ios` folder and run this command: ```sh echo 'export NODE_BINARY=$(command -v node)' > .xcode.env