Skip to content

docs: fix grammar and consistency errors in documentation#5930

Merged
chenjiahan merged 3 commits intomainfrom
copilot/fix-73cd41ac-7933-4ea9-9fe1-dca98c9ed2d0
Aug 23, 2025
Merged

docs: fix grammar and consistency errors in documentation#5930
chenjiahan merged 3 commits intomainfrom
copilot/fix-73cd41ac-7933-4ea9-9fe1-dca98c9ed2d0

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Aug 23, 2025

This PR fixes various grammar, punctuation, and consistency issues found across the English documentation in the website/docs/en/ directory.

Issues Fixed

Grammar and Punctuation

  • Fixed comma splice in resolve.dedupe documentation: "using resolve.dedupe to unify different major versions of a package, it may cause" → "using resolve.dedupe to unify different major versions of a package may cause"
  • Added missing comma in source.define documentation: "If the value is a string it will be used" → "If the value is a string, it will be used"
  • Fixed subject-verb agreement: "All bundle sizes is displayed" → "all bundle sizes are displayed"
  • Removed redundant word: "you must to choose" → "you must choose"
  • Fixed article usage: "two different versions of the React" → "two different versions of React"
  • Improved sentence structure by removing improper conjunction: "And the JS file names will not contain hash" → "The JS file names will not contain hash"

Consistency and Clarity

  • Removed extra space in magic comment reference: webpackChunkName webpackChunkName
  • Fixed awkward phrasing by combining sentences: "Such as the assets defined in..." → "such as the assets defined in..." (3 files)
  • Improved clarity in bundler description: "every module" → "each module"

Files Modified (9 total)

  • website/docs/en/config/resolve/dedupe.mdx
  • website/docs/en/config/output/filename.mdx
  • website/docs/en/config/output/dist-path.mdx
  • website/docs/en/config/output/data-uri-limit.mdx
  • website/docs/en/guide/start/features.mdx
  • website/docs/en/config/source/define.mdx
  • website/docs/en/guide/configuration/swc.mdx
  • website/docs/en/guide/start/glossary.mdx
  • website/docs/en/guide/basic/output-files.mdx

The corresponding Chinese documentation was checked and found to not require similar changes as the issues were English-specific. All changes are minimal and surgical, maintaining the original meaning while improving readability and correctness.


✨ 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 23, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 39981af
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/68a917756063230007697048
😎 Deploy Preview https://deploy-preview-5930--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: 53 (🔴 down 28 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

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI and others added 2 commits August 23, 2025 01:17
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 grammar and consistency errors in documentation Aug 23, 2025
Copilot AI requested a review from chenjiahan August 23, 2025 01:22
@chenjiahan chenjiahan marked this pull request as ready for review August 23, 2025 08:28
Copilot AI review requested due to automatic review settings August 23, 2025 08:28
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 fixes various grammar, punctuation, and consistency errors across the English documentation in the Rsbuild website. The changes improve readability and correctness while maintaining the original meaning of the content.

  • Fixed grammar issues including comma splices, subject-verb agreement, and redundant words
  • Improved sentence structure by removing improper conjunctions and awkward phrasing
  • Enhanced consistency in documentation formatting and word choices

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
website/docs/en/guide/start/glossary.mdx Changed "every module" to "each module" for better clarity
website/docs/en/guide/start/features.mdx Fixed subject-verb agreement: "All bundle sizes is" → "all bundle sizes are"
website/docs/en/guide/configuration/swc.mdx Removed redundant "to" from "you must to choose"
website/docs/en/guide/basic/output-files.mdx Improved sentence structure by removing improper conjunction "And"
website/docs/en/config/source/define.mdx Added missing comma in conditional statement
website/docs/en/config/resolve/dedupe.mdx Fixed comma splice and removed unnecessary article "the" before "React"
website/docs/en/config/output/filename.mdx Improved sentence flow by changing "Such as" to lowercase "such as"
website/docs/en/config/output/dist-path.mdx Same sentence flow improvement as filename.mdx
website/docs/en/config/output/data-uri-limit.mdx Same sentence flow improvement as other output config files

@chenjiahan chenjiahan merged commit 02dc89f into main Aug 23, 2025
19 of 20 checks passed
@chenjiahan chenjiahan deleted the copilot/fix-73cd41ac-7933-4ea9-9fe1-dca98c9ed2d0 branch August 23, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants