Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 241c9f0

Browse files
authored
Merge pull request #26 from thinkverse/fix/typo-in-step-2
Fix typo and inconsistent spelling in step 2
2 parents 6f31451 + 6357a8f commit 241c9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

responses/02_move-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Having a project already stored locally enables you to move it to GitHub rather
1919
4. Type `git commit -m "initializing repository"`
2020
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.)
2121

22-
**Note:** You can also use a password protected SSH key to connect to GitHub. See [Connecting to Githug with SSH](https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) in our documentation to learn more.
22+
**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.
2323

2424
<hr>
2525
</details>

0 commit comments

Comments
 (0)