Skip to content

Commit 67b5d3a

Browse files
docs: remove duplicated "the" typos in five articles
Fixes duplicated word "the the" in SSO, Copilot enterprise access, CodeQL query pack, and migration docs.
1 parent 86bc2ea commit 67b5d3a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/authentication/authenticating-with-single-sign-on/authorizing-an-app-for-single-sign-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you sign into an app but it is unable to access an organization you belong to
2828
1. Under "Single sign-on", find the organization you need to authenticate to, and click **Sign in**.
2929
If your enterprise manages SSO for your organization, signing in to one organization in the enterprise works as an SSO session for all organizations in the enterprise.
3030

31-
1. Try to sign into the the app again. When you are authorizing the app you will see the organizations you've signed into and be able to request or install the app for those organizations.
31+
1. Try to sign into the app again. When you are authorizing the app you will see the organizations you've signed into and be able to request or install the app for those organizations.
3232

3333
For more information, see [AUTOTITLE](/apps/using-github-apps/installing-a-github-app-from-a-third-party), [AUTOTITLE](/apps/using-github-apps/installing-a-github-app-from-github-marketplace-for-your-organizations), and [AUTOTITLE](/apps/using-github-apps/requesting-a-github-app-from-your-organization-owner).
3434

content/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ category:
1414

1515
## {% data variables.product.prodname_codeql %} pack compatibility
1616

17-
When a query pack is published, it includes pre-compiled representations of all the queries in it to increase analysis speed. However, if the version of {% data variables.product.prodname_codeql %} that performs the analysis is over 6 months newer than the the version that ran `codeql pack publish`, it may be necessary to compile the queries from source during analysis, slowing the process significantly.
17+
When a query pack is published, it includes pre-compiled representations of all the queries in it to increase analysis speed. However, if the version of {% data variables.product.prodname_codeql %} that performs the analysis is over 6 months newer than the version that ran `codeql pack publish`, it may be necessary to compile the queries from source during analysis, slowing the process significantly.
1818

1919
A pack published by the _latest_ public release of {% data variables.product.prodname_codeql %} will be useable by the version of {% data variables.product.prodname_codeql %} that is used by {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_actions %}, even though that is often a slightly older release.
2020

content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/disable-for-organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When you disable {% data variables.product.prodname_copilot %} for organizations
2323
{% data reusables.enterprise-accounts.copilot-licensing %}
2424
1. Next to "Organization access", choose whether to disable {% data variables.product.prodname_copilot_short %} for all organizations or allow for specific organizations.
2525

26-
![Screenshot of the the "Organization access" section, with the dropdown menu highlighted.](/assets/images/help/copilot/organization-access-menu.png)
26+
![Screenshot of the "Organization access" section, with the dropdown menu highlighted.](/assets/images/help/copilot/organization-access-menu.png)
2727

2828
1. If you selected **Allow for specific organizations**:
2929

content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/grant-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If your enterprise has a {% data variables.copilot.copilot_enterprise_short %} p
5353
{% data reusables.enterprise-accounts.copilot-licensing %}
5454
1. Next to "Organization access", choose whether to enable {% data variables.product.prodname_copilot_short %} for all organizations or allow for specific organizations.
5555

56-
![Screenshot of the the "Organization access" section, with the dropdown menu highlighted.](/assets/images/help/copilot/organization-access-menu.png)
56+
![Screenshot of the "Organization access" section, with the dropdown menu highlighted.](/assets/images/help/copilot/organization-access-menu.png)
5757

5858
1. If you selected **Allow for specific organizations**:
5959
1. Click the **{% octicon "organization" aria-hidden="true" aria-label="organization" %} Organizations** tab.

content/migrations/elm/migrated-data-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ The following are exported during initial backfill only and are **not** updated
154154

155155
References **within the source repository**, such as user mentions or links to issues and pull requests in the same repository, are rewritten so that they will still point to the correct resources after migration.
156156

157-
References to **different repositories** (such as a link to an issue in the the `repo-2` repository from a pull request in `repo-1`) are **not** migrated and will point to the exact same destination after migration. This applies even if the referenced repository has already been migrated or is being migrated concurrently.
157+
References to **different repositories** (such as a link to an issue in the `repo-2` repository from a pull request in `repo-1`) are **not** migrated and will point to the exact same destination after migration. This applies even if the referenced repository has already been migrated or is being migrated concurrently.

0 commit comments

Comments
 (0)