Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Just two tiny typos #200

Merged
merged 1 commit into from
Oct 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/github-apideprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Windows, they will continue to work until they expire or are revoked/deleted.
### Windows command-line users

The best thing to do right now is upgrade to the latest Git for Windows (at
least version 2.29), which includes a version of Git Credential Manger Core that
least version 2.29), which includes a version of Git Credential Manager Core that
uses supported OAuth token-based authentication.

[Download the latest Git for Windows ⬇️](https://git-scm.com/download/win)
Expand Down Expand Up @@ -92,7 +92,7 @@ require administrator permissions.
cmdkey /generic:git:https://github.com /user:PersonalAccessToken /pass
```

You will prompted to enter a password – copy the newly generated PAT in
You will be prompted to enter a password – copy the newly generated PAT in
step 4 and paste it here, and press <kbd>Enter</kbd>

![image](https://user-images.githubusercontent.com/5658207/95448479-4fc64580-095b-11eb-9970-0b6faf7f4ae7.png)
Expand Down