Fix duplicated words across documentation - #45488
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
|
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! |
There was a problem hiding this comment.
Many thanks again @raulkolaric — I'll go ahead and get this merged now 🙇
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
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: