From 1dc99978f2c78a75b4afb2faabb3a58c3a2df9a1 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Mon, 5 Apr 2021 09:30:38 -0400 Subject: [PATCH] Fixed typo --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md b/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md index c478cdb..0f87d34 100644 --- a/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md +++ b/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md @@ -69,7 +69,7 @@ sudo launchctl unload -w /Library/LaunchDaemons/$BUNDLE_IDENTIFIER_PREFIX*.plist ### Step 3: disable app extensions -Open “System Preferences”, then click “Extensions” and uncheck app extensions (if any). +Open “System Preferences”, click “Extensions” and disable app extensions (if any). ![core-sync](./core-sync.png?shadow=1)