Oxford comma

This commit is contained in:
Paul O’Shannessy
2013-11-04 11:27:54 -08:00
parent 18bf0b80bc
commit da5c61afe4
+1 -1
View File
@@ -861,7 +861,7 @@ var ReactCompositeComponentMixin = {
invariant(
ReactComponent.isValidComponent(renderedComponent),
'%s.render(): A valid ReactComponent must be returned. You may have ' +
'returned null, undefined, an array or some other invalid object.',
'returned null, undefined, an array, or some other invalid object.',
this.constructor.displayName || 'ReactCompositeComponent'
);
return renderedComponent;