Skip to content

Commit df492ce

Browse files
telmenSimek
andauthored
Fix typo in New Architecture Intro (facebook#3374)
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
1 parent 262ff68 commit df492ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/new-architecture-app-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ After upgrading the project, there are a few changes you need to apply:
4848
+ platform :ios, '12.4'
4949
```
5050

51-
2. Create an `.xcode.env` file to export the locaion of the NODE_BINARY. Navigate to the `ios` folder and run this command:
51+
2. Create a `.xcode.env` file to export the location of the NODE_BINARY. Navigate to the `ios` folder and run this command:
5252

5353
```sh
5454
echo 'export NODE_BINARY=$(command -v node)' > .xcode.env

0 commit comments

Comments
 (0)