From 03d1437f6f6fe99f86d4b2e3de0dff5f97aa6436 Mon Sep 17 00:00:00 2001 From: Dennis Hong Date: Sun, 24 Apr 2022 01:34:29 -0500 Subject: [PATCH] edit typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35e4d49..6dc5882 100644 --- a/README.md +++ b/README.md @@ -1917,9 +1917,9 @@ un-check Debugger option ## Check build time in Xcode -Enter below code in your ternimal, be sure to **restart Xcode** after enter this code and **Command + B** +Enter below code in your terminal, be sure to **restart Xcode** after enter this code and **Command + B** -```bash +```shell defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES ```