From 351aa7a7393c1bcb53421c2e4744b7305247624a Mon Sep 17 00:00:00 2001 From: Victor Geislinger <9027783+MrGeislinger@users.noreply.github.com> Date: Mon, 6 Sep 2021 20:29:13 -0700 Subject: [PATCH] Update SSH key capitalization - Keep consistent capitalization for "SSH Key" --- .../generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ```