Skip to content

Commit

Permalink
Fix OL numbering in caching-your-github-credentials-in-git.md
Browse files Browse the repository at this point in the history
Fix a lint problem in line 116. Change number of second item in the ordered list from "2" to "1". I am guessing that every item in the list should be numbered "1".
  • Loading branch information
JDLH authored Sep 24, 2024
1 parent fab568c commit c9af082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ There are [many Git credential helpers](https://git-scm.com/doc/credential-helpe
OAuth credential helpers will get you immediate access to your own repos. If you work with repos controlled by an organization, or with your forks and clones of those repos, then two extra steps are necessary.

1. You must request that organization's approval for OAuth access by your helper. See "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps)".
2. The organization must approve access. See "[AUTOTITLE](/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization)".
1. The organization must approve access. See "[AUTOTITLE](/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization)".

Check failure on line 117 in content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md

View workflow job for this annotation

GitHub Actions / test-changed-content

Error

Unable to find Page by '/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps'. To fix it, look at content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md on line 117 and see if the link is correct and active.
Access is pre-authorized for {% data variables.product.prodname_cli %} and Git Credential Manager. If you use those tools, you do not need to request approval.

Check failure on line 118 in content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md

View workflow job for this annotation

GitHub Actions / test-changed-content

Error

Unable to find Page by '/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization'. To fix it, look at content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md on line 118 and see if the link is correct and active.
Expand Down

0 comments on commit c9af082

Please sign in to comment.