mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Oxford comma
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user