diff --git a/content/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md b/content/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md index 61b303f56d..70bd976b26 100644 --- a/content/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md +++ b/content/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md @@ -40,7 +40,7 @@ If you don't want to reenter your passphrase every time you use your SSH key, yo ``` {% endnote %} - This creates a new ssh key, using the provided email as a label. + This creates a new SSH key, using the provided email as a label. ```shell > Generating public/private ed25519 key pair. ```