Skip to content

Fix subject-verb agreement and a wrong preposition - #45381

Merged
Josh-Cena merged 1 commit into
mdn:mainfrom
husamemadH:fix-subject-verb-agreement
Aug 28, 2026
Merged

Fix subject-verb agreement and a wrong preposition#45381
Josh-Cena merged 1 commit into
mdn:mainfrom
husamemadH:fix-subject-verb-agreement

Conversation

@husamemadH

Copy link
Copy Markdown
Contributor

Description

Fixes eight grammar errors on seven pages: three subject-verb agreement slips, a singular noun after "one of the", and a wrong preposition.

Motivation

Missing the third-person -s. Three pages use a plural verb with a singular subject:

  • CharacterData.data: "The data property of the CharacterData interface represent the value of the current object's data."
  • CSSLayerStatementRule.nameList: "The read-only nameList property of the CSSLayerStatementRule interface return the list of associated cascade layer names."
  • "How to create fancy boxes": "The box-shadow property allow us to create inner light and a flat drop shadow effect."

"one of the" requires a plural noun. All four individual border-*-radius pages carry the same sentence: "The rounding can be a circle or an ellipse, or if one of the value is 0, no rounding is done and the corner is square." Each property takes a horizontal and a vertical radius, so the intended noun is plural.

Wrong preposition. Document.createTreeWalker(): "the text nodes of the descendants of the #root element are also traversed despite of the fact that they are not child nodes". "Despite" does not take "of".

@husamemadH
husamemadH requested review from a team as code owners August 28, 2026 20:36
@husamemadH
husamemadH requested review from chrisdavidmills, estelle and sideshowbarker and removed request for a team August 28, 2026 20:36
@github-actions github-actions Bot added Content:CSS Cascading Style Sheets docs Content:WebAPI Web API docs Content:Learn Learning area docs (outside of one of the Learn:* subtags) size/s [PR only] 6-50 LoC changed labels Aug 28, 2026

@Josh-Cena Josh-Cena left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nice, thank you

@Josh-Cena
Josh-Cena merged commit f78ca75 into mdn:main Aug 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:CSS Cascading Style Sheets docs Content:Learn Learning area docs (outside of one of the Learn:* subtags) Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants