docs: fix grammar, spelling, and consistency errors in documentation#5888
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 fixes various grammar, spelling, and consistency issues in the English and Chinese documentation across multiple files. The changes improve readability while preserving technical accuracy.
- Grammar and verb agreement fixes (e.g., "will introduces" → "introduces", "will logs errors" → "will log errors")
- Pronoun and preposition corrections (e.g., "writing then to disk" → "writing them to disk")
- Article and terminology consistency improvements (e.g., "an unique" → "a unique", "scripts files" → "script files")
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/guide/basic/output-files.mdx | Fixed punctuation in Chinese documentation to match English corrections |
| website/docs/en/guide/migration/modern-builder.mdx | Added missing article "the" before "dist directory" |
| website/docs/en/guide/migration/cra.mdx | Corrected verb form from "will logs" to "will log" |
| website/docs/en/guide/basic/output-files.mdx | Multiple grammar fixes including verb agreement, pronouns, prepositions, and article usage |
| website/docs/en/guide/advanced/ssr.mdx | Fixed duplicate word "server-rendered rendered" to "server-rendered content" |
| website/docs/en/config/output/manifest.mdx | Corrected article usage from "an unique" to "a unique" |
| website/docs/en/config/output/inline-styles.mdx | Fixed grammar issues including gerund form and article usage |
| website/docs/en/config/output/inline-scripts.mdx | Corrected terminology and grammar similar to inline-styles.mdx |
| website/docs/en/config/html/tags.mdx | Fixed verb form from "will seems like" to "will look like" |
| website/docs/en/config/dev/write-to-disk.mdx | Corrected pronoun from "then" to "them" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

This PR fixes various documentation errors found across the website/docs directory, including typos, grammatical issues, and terminology inconsistencies.
Changes Made
Dictionary Updates
scripts/dictionary.txt):Rsbuild,Rsbuild's,Rspack,Rslib,Rsdoctor,Rslint,Rslog,Rspeedy,Rspress,Rstack,RstestGrammar and Spelling Fixes
Fixed multiple grammatical errors in English documentation:
Consistency Improvements
Cross-language Fixes
Verification
pnpm check-spell)The changes improve readability and maintain consistency across the documentation while preserving all technical accuracy and meaning.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.