From 6e6fcce3f217e51f5425183f2e6a058b7b30df90 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 25 Oct 2019 04:01:50 -0700 Subject: [PATCH] Don't use "static" to describe what Gatsby does (#18999) See also https://github.com/gatsbyjs/gatsby/pull/18998 --- www/src/components/diagram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/diagram.js b/www/src/components/diagram.js index 8d742d1e5a03d..ca6db37e37049 100644 --- a/www/src/components/diagram.js +++ b/www/src/components/diagram.js @@ -312,7 +312,7 @@ const Diagram = () => ( pb: 5, }} > - Static Web Host + Web Hosting {staticHosts.map(({ node: staticHost }, index) => (