Skip to content

Remove duplicated words across docs - #33040

Open
eknathdj wants to merge 1 commit into
cloudflare:productionfrom
eknathdj:fix-duplicate-words-docs-2
Open

Remove duplicated words across docs#33040
eknathdj wants to merge 1 commit into
cloudflare:productionfrom
eknathdj:fix-duplicate-words-docs-2

Conversation

@eknathdj

Copy link
Copy Markdown

Summary

This PR removes accidental duplicated words across 14 documentation pages. These are text-only corrections with no change to meaning, code samples, or frontmatter.

File Before After
byoip/get-started.mdx "records are are up to date" "records are up to date"
email-security/.../cisco-cisco-mx.mdx "Area 1) with with Cisco" "with Cisco"
fundamentals/reference/cryptographic-personhood.mdx "combinations of of web browsers" "combinations of web browsers"
logs/logpush/logpush-job/filters.mdx "account or or domain" "account or domain"
pages/how-to/npm-private-registry.mdx "will be be adjusting" "will be adjusting"
realtime/.../angular/rtk-spotlight-grid.mdx "by default is is row" "by default is row"
realtime/.../core/rtk-spotlight-grid.mdx "by default is is row" "by default is row"
realtime/.../react/RtkSpotlightGrid.mdx "by default is is row" "by default is row"
rules/transform/request-header-modification/index.mdx "sent your your website" "sent your website"
rules/transform/response-header-modification/index.mdx "sent your your website" "sent your website"
ssl/client-certificates/label-client-certificate.mdx "certificate with with Country Name" "with Country Name"
ssl/.../universal-ssl/disable-universal-ssl.mdx "served according the the Universal SSL" "served according to the Universal SSL"
workers/observability/query-builder.mdx "grouped by by the invocation" "grouped by the invocation"
zaraz/consent-management/iab-tcf-compliance.mdx "Mode is is opt-in" "Mode is opt-in"

Notes

Errors were identified with an automated duplicate-word scan and each match was manually verified to be a genuine error. Intentional patterns (for example, "built-in in-memory", "add-on on all plans", "add-in in Microsoft 365") were excluded. This PR does not overlap with the files in #32913.

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit ee136ae.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.