From 20587b4a21d4ee2f34ce0e4eed62e2422dcd6c1c Mon Sep 17 00:00:00 2001 From: Craig Couture Date: Wed, 12 Jul 2017 14:15:51 -0400 Subject: [PATCH] Update deploy-gatsby.md remove additional render --- docs/docs/deploy-gatsby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/deploy-gatsby.md b/docs/docs/deploy-gatsby.md index 14f787c9f7405..71d3bbc8e2b7c 100644 --- a/docs/docs/deploy-gatsby.md +++ b/docs/docs/deploy-gatsby.md @@ -28,4 +28,4 @@ because this is going to be executed on every deploy it is suggested that you us or alternatively `Uncaught Error: Minified React error #32; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=32&args[]=## for the full message or use the non-minified dev environment for full errors and additional helpful warnings.` -This is a new problem when dealing with static sites built with React. React uses HTML comments to help identify locations of components that render do not render anything. If you are using a CDN that minifies your HTML, it will eliminate the HTML comments used by react to take control of the page on the client. +This is a new problem when dealing with static sites built with React. React uses HTML comments to help identify locations of components that do not render anything. If you are using a CDN that minifies your HTML, it will eliminate the HTML comments used by react to take control of the page on the client.