From 6357a8f96ca003bb863ede7adcb0dee9cf7f8657 Mon Sep 17 00:00:00 2001 From: thinkverse Date: Fri, 11 Sep 2020 08:25:04 +0200 Subject: [PATCH] Fix inconsistent spelling --- responses/02_move-local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/02_move-local.md b/responses/02_move-local.md index 3bac79e..ea69477 100644 --- a/responses/02_move-local.md +++ b/responses/02_move-local.md @@ -19,7 +19,7 @@ Having a project already stored locally enables you to move it to GitHub rather 4. Type `git commit -m "initializing repository"` 5. Type `git push -u origin master` to push the files you have locally to the remote on GitHub. (You may be asked to log in.) - **Note:** You can also use a password protected SSH key to connect to GitHub. See [Connecting to Github with SSH](https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) in our documentation to learn more. + **Note:** You can also use a password protected SSH key to connect to GitHub. See [Connecting to GitHub with SSH](https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) in our documentation to learn more.