Skip to content

docs: fix spelling, grammar, and style issues across documentation#5946

Merged
chenjiahan merged 4 commits intomainfrom
copilot/fix-69eee724-0a86-45cb-9213-6f03140f75bc
Aug 26, 2025
Merged

docs: fix spelling, grammar, and style issues across documentation#5946
chenjiahan merged 4 commits intomainfrom
copilot/fix-69eee724-0a86-45cb-9213-6f03140f75bc

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Aug 25, 2025

Fixed various documentation errors found across the website/docs directory to improve consistency and readability.

Changes Made

Spelling and Terminology

  • Changed British spelling "analyse" to American spelling "analyze" in both English and Chinese documentation
  • Fixed verb form inconsistencies: "setup" → "set up" where used as a verb

Grammar Improvements

  • Replaced contractions with formal language for better documentation tone:
    • "don't" → "do not"
    • "won't" → "will not"
    • "they're" → "they are"
  • Added missing article: "use custom server" → "use a custom server"

Style and Readability

  • Improved sentence flow by combining redundant relative clauses that used repetitive "which"
  • Enhanced clarity while maintaining technical accuracy

Files Modified (13 total)

English Documentation:

  • website/docs/en/api/javascript-api/dev-server-api.mdx
  • website/docs/en/community/releases/v1-0.mdx
  • website/docs/en/config/dev/lazy-compilation.mdx
  • website/docs/en/config/dev/setup-middlewares.mdx
  • website/docs/en/config/resolve/alias-strategy.mdx
  • website/docs/en/config/server/html-fallback.mdx
  • website/docs/en/config/server/open.mdx
  • website/docs/en/config/server/proxy.mdx
  • website/docs/en/guide/advanced/env-vars.mdx
  • website/docs/en/guide/configuration/rspack.mdx
  • website/docs/en/guide/styling/css-modules.mdx
  • website/docs/en/guide/styling/css-usage.mdx
  • website/docs/en/plugins/dev/core.mdx

Chinese 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.

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 25, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 026590d
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/68ad30b5bebbd00008af7d34
😎 Deploy Preview https://deploy-preview-5946--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 71 (🟢 up 4 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Aug 25, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ chenjiahan
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI and others added 2 commits August 25, 2025 14:44
Co-authored-by: chenjiahan <7237365+chenjiahan@users.noreply.github.com>
Co-authored-by: chenjiahan <7237365+chenjiahan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix various documentation errors found across the website/docs directory, including typos, grammatical issues, and terminology inconsistencies. - Do not need to update the cpsell config. - Avoid making too many changes in a single PR; limit to less th... docs: fix spelling, grammar, and style issues across documentation Aug 25, 2025
Copilot AI requested a review from chenjiahan August 25, 2025 14:50
@chenjiahan chenjiahan marked this pull request as ready for review August 26, 2025 03:57
Copilot AI review requested due to automatic review settings August 26, 2025 03:57
Copy link
Copy Markdown
Contributor

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 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"

@chenjiahan chenjiahan merged commit cb0d8a6 into main Aug 26, 2025
10 of 11 checks passed
@chenjiahan chenjiahan deleted the copilot/fix-69eee724-0a86-45cb-9213-6f03140f75bc branch August 26, 2025 04:10
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.

4 participants