From 159ba54b8c4a03c2e2dacaf159e650b8b5426a56 Mon Sep 17 00:00:00 2001 From: Dylan Harrington Date: Mon, 29 Dec 2014 01:55:16 -0800 Subject: [PATCH] Fix typo in warning message for invalid reused markup --- src/browser/ui/ReactMount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' +