diff --git a/packages/react/src/ReactElementValidator.js b/packages/react/src/ReactElementValidator.js index 0451025b6c7f1..8281057750e9c 100644 --- a/packages/react/src/ReactElementValidator.js +++ b/packages/react/src/ReactElementValidator.js @@ -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.