diff --git a/src/browser/ui/ReactMount.js b/src/browser/ui/ReactMount.js index 95bde3dad2..4d51f02f65 100644 --- a/src/browser/ui/ReactMount.js +++ b/src/browser/ui/ReactMount.js @@ -769,7 +769,7 @@ var ReactMount = { if (__DEV__) { console.warn( - 'React attempted to use reuse markup in a container but the ' + + 'React attempted to reuse markup in a container but the ' + 'checksum was invalid. This generally means that you are ' + 'using server rendering and the markup generated on the ' + 'server was not what the client was expecting. React injected ' +