Skip to content

Commit

Permalink
fixes typo on the page "prefer-webp" (#21385)
Browse files Browse the repository at this point in the history
fixes a missing space between the words "with" and "withWebp" on the page https://using-gatsby-image.gatsbyjs.org/prefer-webp/
  • Loading branch information
jeffersonataide authored Feb 12, 2020
1 parent c2fe59f commit 3d5e6e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/using-gatsby-image/src/pages/prefer-webp.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ const PreferWebp = ({ data, location }) => (
The <strong>WebP</strong> technique is similar to other gatsby-image
techniques in that it can be applied in image queries with GraphQL. To
specify that an image should be loaded in the WebP format in supporting
browsers, use a fragment with
<code>withWebp</code> at the end.
browsers, use a fragment with <code>withWebp</code> at the end.
</p>
<Img
fluid={data.fullWidthImage.localFile.childImageSharp.fluid}
Expand Down

0 comments on commit 3d5e6e6

Please sign in to comment.