[docs] docs: fix British spellings in frontmatter reference - #49706
Merged
Conversation
…omise, parameterise) Auto-generated frontmatter-full.md carried British spellings from schema comments; normalized to American English per docs style.
Contributor
Author
|
Thanks for this spellcheck fix! 📝 This PR looks great — it is a focused, well-documented spelling correction from your daily AstroStyleLite workflow. The changes are clean (British to American English: behaviour to behavior, customise to customize, parameterise to parameterize), and the PR body does a thorough job explaining what was fixed, what was deliberately left unchanged, and why the source is auto-generated. The PR is ready to review. ✅
|
Contributor
Author
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects British English spellings to American English spellings in the generated frontmatter reference documentation, for consistency with the rest of the docs.
Changes
docs/src/content/docs/reference/frontmatter-full.md(generated reference doc)behaviour→behavior(2 occurrences: cache storage backend comment, "Behaviour when no files match" comment)customise→customize(2 occurrences:protected-filesobject-form description)parameterise→parameterize(3 occurrences:protected-filesandpatch-formatreusable-workflow expression descriptions)Impact
Verification
docs: fix British spellings in frontmatter reference (behaviour, customise, parameterise).