Skip to content

Commit 6fd8d8a

Browse files
authored
Update react-native-for-windows.md
1 parent 5a43c8d commit 6fd8d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/dev-environment/javascript/react-native-for-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can create a Windows desktop app using React Native for Windows by following
3333
```powershell
3434
npx react-native init <projectName>
3535
```
36-
If you want to start a new project with a specific React Native version, you can use the `--version` argumen. For information about versions of React Native, see [Versions - React Native](https://reactnative.dev/versions).
36+
If you want to start a new project with a specific React Native version, you can use the `--version` argument. For information about versions of React Native, see [Versions - React Native](https://reactnative.dev/versions).
3737
3838
```powershell
3939
npx [email protected] init <projectName> --version X.XX.X

0 commit comments

Comments
 (0)