From 621bb09cd7e8f52bcc27fd1b0a3fc3a57b3de336 Mon Sep 17 00:00:00 2001 From: Shripad K Date: Sun, 19 Oct 2014 21:01:45 +0530 Subject: [PATCH] Fix JSDoc tag in ReactElement.js --- src/core/ReactElement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {