Skip to content

Commit

Permalink
Don't use "static" to describe what Gatsby does (#18999)
Browse files Browse the repository at this point in the history
See also #18998
  • Loading branch information
KyleAMathews authored and pieh committed Oct 25, 2019
1 parent 427d23d commit 6e6fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const Diagram = () => (
pb: 5,
}}
>
<ItemTitle>Static Web Host</ItemTitle>
<ItemTitle>Web Hosting</ItemTitle>
<ItemDescription>
{staticHosts.map(({ node: staticHost }, index) => (
<Fragment key={staticHost.url}>
Expand Down

0 comments on commit 6e6fcce

Please sign in to comment.