From 4895ec3e51a524bdccd94907637172544a824c65 Mon Sep 17 00:00:00 2001 From: sandipndev Date: Sun, 10 Mar 2024 19:42:23 +0530 Subject: [PATCH] fix: spelling --- docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev.md b/docs/dev.md index 75aceb8541..1ca99064f3 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -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**: