Skip to content

Commit 0cb9cb4

Browse files
Gustavo SaianiLeonYuAng3NT
authored andcommitted
Fix comment type in ReactElement (facebook#12314)
1 parent 41f653a commit 0cb9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/ReactElement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function defineRefPropWarningGetter(props, displayName) {
109109
*/
110110
const ReactElement = function(type, key, ref, self, source, owner, props) {
111111
const element = {
112-
// This tag allow us to uniquely identify this as a React Element
112+
// This tag allows us to uniquely identify this as a React Element
113113
$$typeof: REACT_ELEMENT_TYPE,
114114

115115
// Built-in properties that belong on the element

0 commit comments

Comments
 (0)