From d7299395d556d336e442fdc7be161c136ef5c814 Mon Sep 17 00:00:00 2001 From: Austin Cawley-Edwards Date: Tue, 22 Jan 2019 11:32:41 -0500 Subject: [PATCH] docs: fix typo in CircleCI recipe --- docs/recipes/git-auth-ssh-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```