Skip to content

Conversation

@mdhamed238
Copy link

@mdhamed238 mdhamed238 commented Jan 26, 2026

Description

There's a pronoun inconsistency in the Plugin section of the README that makes the sentence ambiguous.

Current

"But none of them will be included in your build unless you use it."

Expected

"But none of these will be included in your build unless you use them."

Details

The original sentence mixes plural ("them") with singular ("it"), creating ambiguity about what "it" refers to. This is particularly confusing for non-native English speakers.

Problems with the current wording:

  • "them" = plural (plugins)
  • "it" = singular and unclear (does it refer to a single plugin? the plugin system?)

Solution:

  • Use "these" (plural) and "them" (plural) to maintain pronoun consistency
  • Makes the intent immediately clear: plugins are only bundled when you use them

Type

Documentation / Minor enhancement

Fixes #2997

Day.js has great support for internationalization.

But none of them will be included in your build unless you use it.
But none of them will be included in your build unless you use them.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think "it" is correct in this case

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.

Documentation: Fix pronoun inconsistency in Plugin section

2 participants