From f8b69427eeb464c6c4be8b70f367aebd6d80760d Mon Sep 17 00:00:00 2001 From: Gustavo Saiani Date: Thu, 1 Mar 2018 07:11:50 -0300 Subject: [PATCH] Fix comment type in ReactElement --- packages/react/src/ReactElement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/ReactElement.js b/packages/react/src/ReactElement.js index a988bfb80003..0594412fa78f 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