Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Mar 10, 2024
1 parent 6d81285 commit 4895ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tmux new-session -d -s mySession 'yarn start' \; split-window -h 'sleep 3 && yar
To run the application on iOS:

1. **Xcode and Simulator Setup**:
- Make sure you have Xcode (and preferrably on a version that direnv didn't complain to you about). If you don't you can download it using the `xcodes` CLI [see step](#xcode-and-simulator-setup-using-xcodes).
- Make sure you have Xcode (and preferably on a version that direnv didn't complain to you about). If you don't you can download it using the `xcodes` CLI [see step](#xcode-and-simulator-setup-using-xcodes).
- Make sure you have an XCode Simulator Runtime. You probably have it if you had XCode installed previously but you can verify it by running `open -a simulator`. If it fails, you probably don't have it and you can download it using `xcodes` as well [see step](#xcode-and-simulator-setup-using-xcodes).

1. **Start the Metro Development Server**:
Expand Down

0 comments on commit 4895ec3

Please sign in to comment.