Skip to content

Conversation

@Rupendra0
Copy link
Contributor

Fixed two instances of duplicate words that affected readability and professionalism of the documentation.

Summary

This PR fixes duplicate word typos found in the webpack documentation.

Issues Fixed:

  1. module-variables.mdx (Line 222): "the the" → "the"

    • Changed: "It provides access to the the current module"
    • To: "It provides access to the current module"
  2. module.mdx (Line 1247): "a a" → "as a"

    • Changed: "When used a a function"
    • To: "When used as a function"

Impact:

  • ✅ Improves documentation readability
  • ✅ Enhances professional quality
  • ✅ Removes grammatical errors
  • ✅ Better user experience for readers

Files changed:

  • src/content/api/module-variables.mdx (1 word removed)
  • src/content/configuration/module.mdx (1 word fixed)

What kind of change does this PR introduce?

Documentation fix - corrects duplicate word typos that were likely copy-paste errors or typing mistakes.

Did you add tests for your changes?

No tests needed. This is a text-only documentation fix that:

  • Does not modify any code functionality
  • Does not change code examples
  • Only corrects duplicate words in prose text
  • No impact on build or test processes

Does this PR introduce a breaking change?

No. This PR does not introduce any breaking changes. It's purely a text correction that:

  • Does not affect any APIs
  • Does not modify code examples or configurations
  • Does not change functionality
  • Only improves text readability

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

No additional documentation needed. This PR itself is a documentation improvement that fixes grammatical errors.

Fixed two instances of duplicate words:
- 'the the'  'the' in module-variables.mdx
- 'a a'  'as a' in module.mdx

These typos affected readability and professionalism of the documentation.
@vercel
Copy link

vercel bot commented Nov 11, 2025

@Rupendra0 is attempting to deploy a commit to the OpenJS Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 11, 2025

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: Rupendra0 / name: Rupendra Gangwar (17b7637)

@alexander-akait
Copy link
Member

Please accept CLA, thank you

@Rupendra0
Copy link
Contributor Author

@alexander-akait Done ✅

@alexander-akait alexander-akait merged commit 05a40ba into webpack:main Nov 11, 2025
6 of 7 checks passed
@alexander-akait
Copy link
Member

Thanks

@Rupendra0
Copy link
Contributor Author

@alexander-akait Thank you

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.

2 participants