diff --git a/docs/recipes/git-auth-ssh-keys.md b/docs/recipes/git-auth-ssh-keys.md index 15337a07..9bd27d61 100644 --- a/docs/recipes/git-auth-ssh-keys.md +++ b/docs/recipes/git-auth-ssh-keys.md @@ -158,6 +158,6 @@ Commit the encrypted private key and the `.circleci/config.yml` file to your rep ```bash $ git add git_deploy_key.enc .circleci/config.yml -$ git commit -m "ci(cicle): Add the encrypted private ssh key" +$ git commit -m "ci(circle): Add the encrypted private ssh key" $ git push ```