docs: fix grammar, punctuation, and clarity issues#5936
Merged
chenjiahan merged 3 commits intomainfrom Aug 24, 2025
Merged
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>
…word choice 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, punctuation, and clarity issues in English documentation
Aug 24, 2025
chenjiahan
approved these changes
Aug 24, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR improves documentation quality by fixing grammatical errors, punctuation inconsistencies, and clarity issues across 12 English documentation files in the website/docs/en/ directory.
Key changes include:
- Correcting article usage ("a HTML" → "an HTML") for proper grammar
- Standardizing abbreviation formatting ("e.g." → "e.g.,") for consistency
- Removing redundant language ("and also" → "and") for better flow
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/en/plugins/dev/hooks.mdx | Fixed article usage for HTML |
| website/docs/en/plugins/dev/core.mdx | Standardized "e.g." formatting across multiple lines |
| website/docs/en/guide/styling/css-usage.mdx | Removed redundant "also" for cleaner flow |
| website/docs/en/guide/optimization/optimize-bundle.mdx | Fixed grammar and spacing issues |
| website/docs/en/guide/optimization/inline-assets.mdx | Corrected article usage for HTML |
| website/docs/en/guide/configuration/rspack.mdx | Removed redundant "also" |
| website/docs/en/guide/basic/output-files.mdx | Added missing comma after "etc." |
| website/docs/en/guide/advanced/env-vars.mdx | Standardized "e.g." formatting |
| website/docs/en/config/server/open.mdx | Removed redundant "also" |
| website/docs/en/config/server/compress.mdx | Replaced formal "utilize" with clearer "use" |
| website/docs/en/config/performance/prefetch.mdx | Fixed article usage for HTML |
| website/docs/en/community/releases/v0-7.mdx | Removed redundant "also" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR fixes various documentation errors found across the
website/docs/en/directory, focusing on grammatical correctness, punctuation consistency, and clarity improvements.Issues Fixed
Article Usage
Abbreviation Formatting
Spacing and Punctuation
Grammar Improvements
Redundant Language Removal
Word Choice Simplification
Files Changed (12 total)
All changes are in English documentation files under
website/docs/en/:config/performance/prefetch.mdx,config/server/compress.mdx,config/server/open.mdxguide/optimization/inline-assets.mdx,guide/optimization/optimize-bundle.mdx,guide/basic/output-files.mdx,guide/advanced/env-vars.mdx,guide/styling/css-usage.mdx,guide/configuration/rspack.mdxplugins/dev/hooks.mdx,plugins/dev/core.mdxcommunity/releases/v0-7.mdxValidation
These improvements enhance the overall quality and professionalism of the documentation while maintaining consistency across the codebase.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.