edit typo

This commit is contained in:
Dennis Hong 2022-04-24 01:34:29 -05:00 committed by GitHub
parent c87f0d4d03
commit 03d1437f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1917,9 +1917,9 @@ un-check Debugger option
## Check build time in Xcode ## 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 defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
``` ```