diff --git a/packages/react/src/ReactElement.js b/packages/react/src/ReactElement.js index a988bfb800033..0594412fa78f9 100644 --- a/packages/react/src/ReactElement.js +++ b/packages/react/src/ReactElement.js @@ -109,7 +109,7 @@ function defineRefPropWarningGetter(props, displayName) { */ const ReactElement = function(type, key, ref, self, source, owner, props) { const element = { - // This tag allow us to uniquely identify this as a React Element + // This tag allows us to uniquely identify this as a React Element $$typeof: REACT_ELEMENT_TYPE, // Built-in properties that belong on the element