docs: remove duplicated "the" typos in five articles#44719
docs: remove duplicated "the" typos in five articles#44719KirtiRamchandani wants to merge 1 commit into
Conversation
Fixes duplicated word "the the" in SSO, Copilot enterprise access, CodeQL query pack, and migration docs.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
Closing — withdrawn for cleanup. |
Summary
Fix duplicated word typos (
the the) in five documentation articles.Problem
Several pages contain duplicated articles (
the the), which reads unprofessional and can confuse readers.Fix
Replace
the the→thein:content/authentication/.../authorizing-an-app-for-single-sign-on.mdcontent/code-security/.../codeql-query-packs.mdcontent/copilot/.../grant-access.mdcontent/copilot/.../disable-for-organizations.mdcontent/migrations/elm/migrated-data-reference.mdTesting
rg 'the the ' content --glob '*.md'— no matches in changed files