Merge pull request #2783 from dylanharrington/master

Fix typo in warning for invalid reused markup
This commit is contained in:
Sebastian Markbåge
2014-12-29 12:14:22 -05:00
+1 -1
View File
@@ -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 ' +