diff --git a/src/core/ReactElement.js b/src/core/ReactElement.js index 508aedbf73..a4784b2c41 100644 --- a/src/core/ReactElement.js +++ b/src/core/ReactElement.js @@ -85,7 +85,7 @@ function defineMutationMembrane(prototype) { * @param {*} type * @param {string|object} ref * @param {*} key - * @params {*} props + * @param {*} props * @internal */ var ReactElement = function(type, key, ref, owner, context, props) {