From 241580f0d494ba3d425b0a8517ad24013d23ad4a Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Wed, 28 Oct 2020 21:13:48 +0300 Subject: [PATCH] Just two tiny typos --- docs/github-apideprecation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/github-apideprecation.md b/docs/github-apideprecation.md index 0b419f0da..4023ebef7 100644 --- a/docs/github-apideprecation.md +++ b/docs/github-apideprecation.md @@ -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) @@ -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 Enter ![image](https://user-images.githubusercontent.com/5658207/95448479-4fc64580-095b-11eb-9970-0b6faf7f4ae7.png)