Skip to content

docs(spelling): standardize spelling for consistency#120

Open
OmarElzero wants to merge 1 commit intoaccordproject:mainfrom
OmarElzero:omar/119/standardize-spelling
Open

docs(spelling): standardize spelling for consistency#120
OmarElzero wants to merge 1 commit intoaccordproject:mainfrom
OmarElzero:omar/119/standardize-spelling

Conversation

@OmarElzero
Copy link
Copy Markdown

Fixes #119

This PR standardizes the spelling of several words across the documentation and template files for better consistency.

  • Defence has been changed to Defense.
  • colours has been changed to colors.

This was identified by running cspell across the repository's markdown files.

Copilot AI review requested due to automatic review settings March 23, 2026 01:37
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to standardize American English spelling across documentation/template fixtures to improve consistency, as identified by cspell.

Changes:

  • Replaces “colours” → “colors” in template fixtures and updates corresponding snapshot output.
  • Replaces “Defence” → “Defense” in an insurance template fixture and updates corresponding snapshot output.
  • Introduces a structural change in optional-nested/template.md around the optional age rendering (beyond spelling).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
test/templates/good/playground/template.md Spelling update for “colors” in the playground template fixture.
test/templates/good/optional-nested/template.md Spelling update plus a behavioral change to how the age line is emitted (now wrapped in an #optional).
test/templates/good/insurance-sub-limits-liability/template.md Spelling update for “Defense Costs” in the insurance sub-limits fixture.
test/snapshots/TemplateMarkInterpreter.test.ts.snap Snapshot updates to match the template text/AST changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@OmarElzero OmarElzero force-pushed the omar/119/standardize-spelling branch from 5e8470e to a6def2d Compare March 23, 2026 01:51
Fixes accordproject#119

Signed-off-by: OmarElzero <omarmohmed7659944@gmail.com>
@OmarElzero OmarElzero force-pushed the omar/119/standardize-spelling branch from a6def2d to 1b5a1fc Compare March 23, 2026 02:27
@OmarElzero
Copy link
Copy Markdown
Author

Just a quick note to clarify the history here. This branch had some tangled commits from a previous PR by mistake. I've cleaned it up now, and this PR only contains the spelling standardization as intended. The outdated review comment can be disregarded.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Standardize spelling for consistency

2 participants