From 76304af07d060f4ad347a09d4cd09cc054047dbf Mon Sep 17 00:00:00 2001 From: belalangeth <119556614+belalangeth@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:30:39 +0700 Subject: [PATCH] Fix: minor issue Remove the duplicate "is" in the section under the Secure Development heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e44c1ca..7e649cd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Our `gpg` signing is best in class secure with way less bloat, hassle and overhead than GNU’s GPG suite. > [!TIP] -> We store your GPG private key in the macOS keychain, signed such that it is +> We store your GPG private key in the macOS keychain, signed such that it > is impossible for any other app to get it. We never expose it, it is fetched > for as small a time as possible into memory, used to sign your commits and > then discarded.