Skip to content

Commit

Permalink
Don't use "static" to describe what Gatsby does
Browse files Browse the repository at this point in the history
See also #18998
  • Loading branch information
KyleAMathews authored Oct 25, 2019
1 parent b8aa333 commit 9a3b60a
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 9a3b60a

Please sign in to comment.