diff --git a/data/reusables/gpg/set-auto-sign.md b/data/reusables/gpg/set-auto-sign.md index 6b88d8bce2..a59cca4a9f 100644 --- a/data/reusables/gpg/set-auto-sign.md +++ b/data/reusables/gpg/set-auto-sign.md @@ -1,4 +1,4 @@ -1. To set automative GPG signing in Git, paste the text below: +1. To set automatic GPG signing in Git, paste the text below: ```shell $ git config --global commit.gpgSign true ```