Skip to content

Conversation

@NA-V10
Copy link

@NA-V10 NA-V10 commented Nov 27, 2025

Description

This PR fixes a small grammar issue in the Array.prototype.find() documentation.
The sentence “If no values satisfy the testing function…” has been corrected to
“If no value satisfies the testing function…”, which is accurate because find()
returns only a single element.

Motivation

Improves correctness and clarity in the documentation by fixing a pluralization error.
This makes the behavior easier to understand for readers.

Additional details

Documentation-only change, no examples or code behavior were modified.

Related issues and pull requests

None.

@NA-V10 NA-V10 requested a review from a team as a code owner November 27, 2025 10:51
@NA-V10 NA-V10 requested review from Josh-Cena and removed request for a team November 27, 2025 10:51
@github-actions github-actions bot added Content:JS JavaScript docs size/s [PR only] 6-50 LoC changed labels Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:JS JavaScript docs size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant