docs: fix spelling, grammar, and style issues across documentation#5946
docs: fix spelling, grammar, and style issues across documentation#5946chenjiahan merged 4 commits intomainfrom
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
Co-authored-by: chenjiahan <7237365+chenjiahan@users.noreply.github.com>
Co-authored-by: chenjiahan <7237365+chenjiahan@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR focuses on standardizing documentation language and style across the Rsbuild website to improve consistency and professionalism. The changes address spelling variations, grammar issues, and stylistic inconsistencies found throughout the documentation.
- Standardized American English spelling ("analyse" → "analyze")
- Replaced contractions with formal language ("don't" → "do not", "won't" → "will not", "they're" → "they are")
- Improved sentence structure and readability by removing redundant relative clauses and adding missing articles
Reviewed Changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/en/guide/styling/css-usage.mdx | Changed contraction "don't" to "do not" |
| website/docs/en/guide/styling/css-modules.mdx | Changed contraction "don't" to "do not" |
| website/docs/en/guide/configuration/rspack.mdx | Changed contraction "won't" to "will not" |
| website/docs/en/guide/advanced/env-vars.mdx | Improved sentence flow by removing redundant "which" clause |
| website/docs/en/config/server/proxy.mdx | Changed contractions "don't" and "don't" to "do not" |
| website/docs/en/config/server/open.mdx | Changed contraction "don't" to "do not" |
| website/docs/en/config/server/html-fallback.mdx | Changed contraction "don't" to "do not" |
| website/docs/en/config/resolve/alias-strategy.mdx | Changed contraction "don't" to "do not" |
| website/docs/en/config/dev/lazy-compilation.mdx | Changed contraction "they're" to "they are" |
| website/docs/en/api/javascript-api/dev-server-api.mdx | Added missing article "a" before "custom server" |

Fixed various documentation errors found across the
website/docsdirectory to improve consistency and readability.Changes Made
Spelling and Terminology
Grammar Improvements
Style and Readability
Files Modified (13 total)
English Documentation:
website/docs/en/api/javascript-api/dev-server-api.mdxwebsite/docs/en/community/releases/v1-0.mdxwebsite/docs/en/config/dev/lazy-compilation.mdxwebsite/docs/en/config/dev/setup-middlewares.mdxwebsite/docs/en/config/resolve/alias-strategy.mdxwebsite/docs/en/config/server/html-fallback.mdxwebsite/docs/en/config/server/open.mdxwebsite/docs/en/config/server/proxy.mdxwebsite/docs/en/guide/advanced/env-vars.mdxwebsite/docs/en/guide/configuration/rspack.mdxwebsite/docs/en/guide/styling/css-modules.mdxwebsite/docs/en/guide/styling/css-usage.mdxwebsite/docs/en/plugins/dev/core.mdxChinese Documentation:
website/docs/zh/plugins/dev/core.mdx(terminology consistency)All changes are surgical and preserve the original meaning while improving consistency and professionalism of the documentation.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.