Skip to content

docs: fix typo 'Chrome Exentions' → 'Chrome Extensions'#7986

Merged
alexander-akait merged 3 commits into
webpack:mainfrom
mr-baraiya:docs/fix-chrome-extensions-typo
Mar 11, 2026
Merged

docs: fix typo 'Chrome Exentions' → 'Chrome Extensions'#7986
alexander-akait merged 3 commits into
webpack:mainfrom
mr-baraiya:docs/fix-chrome-extensions-typo

Conversation

@mr-baraiya
Copy link
Copy Markdown
Contributor

Summary

This PR makes two small documentation improvements in awesome-webpack.mdx.

  • Fixes a typo: "Chrome Exentions" → "Chrome Extensions" to correct the product name.
  • Adds my GitHub username (mr-baraiya) to the contributors list.

These changes improve documentation accuracy and keep the contributor list up to date.


What kind of change does this PR introduce?

docs – minor documentation fixes and contributor list update.


Did you add tests for your changes?

No. This change only affects documentation.


Does this PR introduce a breaking change?

No.


If relevant, what needs to be documented once your changes are merged or what have you already documented?

No additional documentation is required.


Use of AI

No AI tools were used in making these changes.

Copilot AI review requested due to automatic review settings March 11, 2026 17:19
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview, Comment Mar 11, 2026 5:35pm

Request Review

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

Updates the webpack “awesome” documentation page to improve accuracy and acknowledge a new contributor.

Changes:

  • Adds mr-baraiya to the contributors frontmatter list.
  • Updates the “Chrome Extension Archive Webpack Plugin” entry to fix a typo in the description (though the typo fix is currently incomplete).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread src/content/awesome-webpack.mdx Outdated
- [Node Polyfill Plugin](https://github.com/Richienb/node-polyfill-webpack-plugin): Polyfill Node.js core modules. -- _Maintainer_: `Richie Bendall` [![Github][githubicon]](https://github.com/Richienb) [![Twitter][twittericon]](https://twitter.com/Richienb2)
- [Bytenode Plugin](https://github.com/herberttn/bytenode-webpack-plugin): Compile JavaScript into bytecode using bytenode. -- _Maintainer_: `Herbert Treis Neto` [![Github][githubicon]](https://github.com/herberttn)
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Exentions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Extentions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typo fix here is incomplete: the text still says "Chrome Extentions". It should be "Chrome Extensions" (as in the PR title/description).

Suggested change
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Extentions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Extensions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)

Copilot uses AI. Check for mistakes.
Comment thread src/content/awesome-webpack.mdx Outdated
- [Node Polyfill Plugin](https://github.com/Richienb/node-polyfill-webpack-plugin): Polyfill Node.js core modules. -- _Maintainer_: `Richie Bendall` [![Github][githubicon]](https://github.com/Richienb) [![Twitter][twittericon]](https://twitter.com/Richienb2)
- [Bytenode Plugin](https://github.com/herberttn/bytenode-webpack-plugin): Compile JavaScript into bytecode using bytenode. -- _Maintainer_: `Herbert Treis Neto` [![Github][githubicon]](https://github.com/herberttn)
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Exentions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Extentions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list item is the only one in this section that doesn’t use a consistent separator after the link (most entries use : ... or - ...). Since this line is being edited, consider adding the same separator for consistent markdown formatting/readability.

Suggested change
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Extentions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)
- [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin): Create archive file to publish Chrome Extentions to Chrome Web Store. -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita)

Copilot uses AI. Check for mistakes.
@mr-baraiya
Copy link
Copy Markdown
Contributor Author

Hi maintainers,

It looks like the failing check is due to a network error during the Cypress run (ENETUNREACH) while fetching supporters data. This seems unrelated to the documentation change in this PR.

Please let me know if any additional changes are required. Thanks!

@alexander-akait alexander-akait merged commit 0c5dd7f into webpack:main Mar 11, 2026
8 of 9 checks passed
@mr-baraiya mr-baraiya deleted the docs/fix-chrome-extensions-typo branch March 12, 2026 04:32
pranjalisr pushed a commit to pranjalisr/webpack.js.org that referenced this pull request Mar 12, 2026
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.

3 participants