Skip to content

Fix en-GB-oxendict spelling in Checkboxes rule of documentation-style-guide.md #39

Description

@coderabbitai

Summary

In template/docs/documentation-style-guide.md, the Checkboxes rule (lines 632–633) uses American English spelling:

- **Checkboxes:** Precede task and sub-task items with a GitHub Flavored
  Markdown (GFM) checkbox (`[ ]`) to track completion status.

The house style for docs/**/*.md files is en-GB-oxendict. Line 63 of the same file already spells this correctly as GitHub-flavoured. The Checkboxes rule must be updated to match.

Required change

Update lines 632–633 so that GitHub Flavored Markdown (GFM) reads GitHub-flavoured Markdown (GFM), preserving the GFM abbreviation and the remainder of the sentence unchanged.

Validation

  • Run make markdownlint to confirm 0 errors after the change.
  • Verify make check-fmt still passes.

Context

Raised from leynos/ortho-config#336 by @leynos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions