Use lowercase "string" so that the documentation complies with typecheckers

This commit is contained in:
Ben Ripkens
2014-02-04 09:05:52 +01:00
parent cd2aecc377
commit e14555caed
+1 -1
View File
@@ -27,7 +27,7 @@ var invariant = require('invariant');
/**
* @param {ReactComponent} component
* @return {String} the markup
* @return {string} the markup
*/
function renderComponentToString(component) {
invariant(