docs: fix various documentation errors#5896
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>
|
|
There was a problem hiding this comment.
Pull Request Overview
This PR fixes various grammatical errors, terminology inconsistencies, and minor wording issues across the English documentation in the website/docs/en directory. The changes improve readability and professionalism while maintaining consistency.
Key Changes
- Fixed grammatical errors including verb forms, missing words, and singular/plural inconsistencies
- Improved terminology and wording for clarity
- Corrected comparative forms and redundant phrasing
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/docs/en/plugins/dev/index.mdx | Fixed comparative form "more simple" → "simpler" |
| website/docs/en/guide/start/glossary.mdx | Improved wording "See more glossary" → "See additional glossary terms" |
| website/docs/en/guide/framework/react.mdx | Fixed verb form "supports convert" → "supports converting" |
| website/docs/en/guide/basic/server.mdx | Fixed missing word "If you to access" → "If you want to access" and plural consistency |
| website/docs/en/guide/basic/output-files.mdx | Fixed singular/plural consistency "source map file" → "source map files" |
| website/docs/en/guide/advanced/environments.mdx | Removed redundant word usage for cleaner phrasing |

This PR fixes several grammatical errors, terminology inconsistencies, and minor wording issues found across the English documentation in the
website/docs/endirectory.Fixed Issues
Grammatical Errors
Terminology and Wording
Validation
pnpm lint)pnpm check-spell)These changes improve the overall readability and professionalism of the documentation while maintaining consistency across the codebase. All fixes are minimal and surgical, focusing only on clear grammatical or terminology issues.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.