Skip to content

Commit 6e6fcce

Browse files
KyleAMathewspieh
authored andcommitted
Don't use "static" to describe what Gatsby does (#18999)
See also #18998
1 parent 427d23d commit 6e6fcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/components/diagram.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ const Diagram = () => (
312312
pb: 5,
313313
}}
314314
>
315-
<ItemTitle>Static Web Host</ItemTitle>
315+
<ItemTitle>Web Hosting</ItemTitle>
316316
<ItemDescription>
317317
{staticHosts.map(({ node: staticHost }, index) => (
318318
<Fragment key={staticHost.url}>

0 commit comments

Comments
 (0)