Fix duplicated words across documentation - #45488
Open
raulkolaric wants to merge 6 commits into
Open
Conversation
Remove the repeated 'more' from the authorization holds guidance so the sentence reads correctly. Changes: - content/billing/get-started/how-billing-works.md - Correct the duplicated word in the locked-account cross-reference. Validation: - npm run lint-content -- --paths content/billing/get-started/how-billing-works.md - git diff --check
Remove the repeated 'the' from the CodeQL pack compatibility explanation so the version comparison reads correctly. Changes: - content/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs.md - Correct the duplicated article in the pack compatibility section. Validation: - npm run lint-content -- --paths content/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs.md - git diff --check
Remove the repeated 'to' from the example feature specification so the sample response reads correctly. Changes: - content/copilot/tutorials/copilot-cookbook/analyze-functionality/analyze-feedback.md - Correct the duplicated preposition in the example response. Validation: - npm run lint-content -- --paths content/copilot/tutorials/copilot-cookbook/analyze-functionality/analyze-feedback.md - git diff --check
Remove the repeated 'the' from the cross-repository link example so the migration guidance reads correctly. Changes: - content/migrations/elm/migrated-data-reference.md - Correct the duplicated article in the link-rewriting example. Validation: - npm run lint-content -- --paths content/migrations/elm/migrated-data-reference.md - git diff --check
Remove the repeated use of 'chat' after the Terminal Chat product name on both Windows Terminal guidance pages. Changes: - content/copilot/get-started/quickstart.md - Refer to the Terminal Chat window without repeating 'chat'. - content/copilot/how-tos/chat-with-copilot/chat-in-windows-terminal.md - Use the same corrected Terminal Chat window wording. Validation: - npm run lint-content -- --paths content/copilot/get-started/quickstart.md content/copilot/how-tos/chat-with-copilot/chat-in-windows-terminal.md - git diff --check
Remove the repeated use of 'storage' from Azure Blob Storage account references across migration guidance. Changes: - content/migrations/using-github-enterprise-importer/migrate-from-gitlab/configure-storage.md - Simplify the Azure Blob Storage account heading. - Normalize the file's missing end-of-file newline. - content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md - Simplify the Azure Blob Storage account heading. - content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md - Simplify the Azure Blob Storage account heading. - data/reusables/enterprise-migration-tool/blob-storage-management-console.md - Simplify the shared Azure Blob Storage account reference. Validation: - npm run lint-content -- --paths content/migrations/using-github-enterprise-importer/migrate-from-gitlab/configure-storage.md content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md data/reusables/enterprise-migration-tool/blob-storage-management-console.md - rg -n -F 'setting-up-an-azure-blob-storage-storage-account' content data - rg -n -F 'Azure Blob Storage storage account' content data/reusables - git diff --check
Contributor
Contributor
Author
|
Hi GitHub team! 👋 From what I’ve learned, an effective way to begin is with small “janitorial” tasks like the typo fixes I’ve been contributing. While exploring the repository, I noticed an opportunity to contribute something more substantial. This pull request fixes several instances of consecutive duplicate words. Although these errors do not appear frequently, would an automated linting check for this pattern be useful to the GitHub team? If not, I’d appreciate any context on why it might not be a good fit for the repository. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why:
Several documentation files contain duplicated or redundant words that make the text grammatically incorrect or awkward to read.
No linked issue; these are minor typo corrections.
What's being changed (if available, include any code snippets, screenshots, or gifs):
content/billing/get-started/how-billing-works.mdBefore:
After:
content/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs.mdBefore:
After:
content/copilot/tutorials/copilot-cookbook/analyze-functionality/analyze-feedback.mdBefore:
After:
content/migrations/elm/migrated-data-reference.mdBefore:
After:
content/copilot/get-started/quickstart.mdBefore:
After:
content/copilot/how-tos/chat-with-copilot/chat-in-windows-terminal.mdBefore:
After:
content/migrations/using-github-enterprise-importer/migrate-from-gitlab/configure-storage.mdBefore:
After:
content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.mdBefore:
After:
content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.mdBefore:
After:
data/reusables/enterprise-migration-tool/blob-storage-management-console.mdBefore:
After:
Check off the following: