From 373a33f9d30d02cfea814a7803209da6f860a252 Mon Sep 17 00:00:00 2001 From: Gustavo Saiani Date: Sat, 3 Mar 2018 15:13:16 -0300 Subject: [PATCH] Fix comment type in ReactElement (#12314) --- 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 a988bfb800..0594412fa7 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