diff --git a/Configure-Git-to-sign-your-commits.md b/Configure-Git-to-sign-your-commits.md index 6078281..aea1f8b 100644 --- a/Configure-Git-to-sign-your-commits.md +++ b/Configure-Git-to-sign-your-commits.md @@ -37,7 +37,7 @@ If you don't configure the automatic signing, you have to manually request it fo You can find further information about Git & GPG signing here: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work. -# Configure Gitea to rezognize your GPG key +# Configure Gitea to recognize your GPG key Retrieve your GPG public key with this command: ```bash gpg --export -a # DADC33A688BA1D2983BA6AA521BE5534738520D0 in this example