From 0f71ffb05889d74027e4830716612aeb6fb62673 Mon Sep 17 00:00:00 2001 From: aysiu Date: Tue, 28 Jan 2025 16:30:35 -0800 Subject: [PATCH] Fix small typo in README for ManageAuthMechs description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa7d9fd..2d86c12 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ sudo defaults write /Library/Preferences/com.grahamgilbert.crypt ServerURL "ht ### ManageAuthMechs -By default, Crypt will ensure the Authenication Mechaniss are set up correctly. If you want to disable this, you can set the `ManageAuthMechs` preference to `FALSE`. +By default, Crypt will ensure the Authentication Mechanisms are set up correctly. If you want to disable this, you can set the `ManageAuthMechs` preference to `FALSE`. ```bash $ sudo defaults write /Library/Preferences/com.grahamgilbert.crypt ManageAuthMechs -bool FALSE