fix hyphen inconsistency in DM-master/DM-worker mentions - #23645
Conversation
DM-master and DM-worker are the TiDB Data Migration (DM) tool component names, matching the dm-master/dm-worker binaries. This corpus almost always hyphenates them (290/409 occurrences) but 16 sites across 11 files used a space instead. Unifies to the dominant hyphenated form.
|
Skipping CI for Draft Pull Request. |
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
What is changed, added or deleted? (Required)
DM-masterandDM-workerare the actual TiDB Data Migration (DM) tool component/binary names, matching thedm-master/dm-workerbinaries anddm/master,dm/workerpaths. This corpus almost always hyphenates them (290DM-master/ 409DM-workeroccurrences) but 16 sites across 11 files used a space instead of a hyphen (DM master/DM worker).Found while reviewing a Japanese translation PR that unifies katakana
DMマスター/DMワーカーrenderings to the literal English form (pingcap/docs#23635) — checking whether EN itself had the same kind of inconsistency.Unifies to the dominant hyphenated form, using a word-boundary-safe substitution (
\bDM master\b/\bDM worker\b) to avoid any accidental match inside a longer word.11 files, 16 sites.
Verified
markdownlint-cli2clean on all touched files.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?