Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c0b8b3c

Browse files
Making changes to the documentation
1 parent 546eb3c commit c0b8b3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/using/authenticating-to-github.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Authenticating to GitHub
22

3-
## How to login to GitHub
3+
## How to sign in to GitHub
44

5-
1. In Unity find the **GitHub** window. If you can't find it, you can switch to it by choosing **GitHub** from the **Window** menu.
5+
1. Open the **GitHub** window by going to the top level **Window** menu and selecting **GitHub**, as shown below.
66

77
<img src="images/github-menu-item.png" alt="GitHub menu item in the Window menu" width="500px"/>
88

@@ -14,17 +14,17 @@
1414

1515
<img src="images/github-authenticate.png" alt="GitHub menu item in the Window menu" width="350px"/>
1616

17-
If your account requires Two Factor Authencation. You will be prompted for your auth code.
17+
If your account requires Two Factor Authentication, you will be prompted for your auth code.
1818

1919
<img src="images/github-two-factor.png" alt="GitHub menu item in the Window menu" width="350px"/>
2020

21-
Before you authenticate, you must already have a GitHub account.
21+
You will need to create a GitHub account before you can sign in, if you don't have one already.
2222

2323
- For more information on creating a GitHub account, see "[Signing up for a new GitHub account](https://help.github.com/articles/signing-up-for-a-new-github-account/)".
2424

2525
### Personal access tokens
2626

27-
If all signin options above fail, you can manually create a personal access token and use it as your password.
27+
If the sign in operation above fails, you can manually create a personal access token and use it as your password.
2828

2929
The scopes for the personal access token are: `user`, `repo`.
3030
- *user* scope: Grants access to the user profile data. We currently use this to display your avatar and check whether your plans lets you publish private repositories.

0 commit comments

Comments
 (0)