-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels