Updated comment message (#26158)

a simple grammar fix.
This commit is contained in:
Ibrahim Amin 2023-03-17 16:48:44 +02:00 committed by GitHub
parent 108aed083e
commit 163d86e195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/
/**
* ReactElementValidator provides a wrapper around a element factory
* ReactElementValidator provides a wrapper around an element factory
* which validates the props passed to the element. This is intended to be
* used only in DEV and could be replaced by a static type checker for languages
* that support it.