Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Feb 6, 2018
1 parent f9a3ccd commit 44fc910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/using-contentful/src/pages/image-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ export default props => {
this query is used with{` `}
<a href="https://www.gatsbyjs.org/packages/gatsby-image/">
<code>gatsby-image</code>
</a>{` `}
</a>
{` `}
WebP will be used automatically in browsers that support it.
</p>
{assets.map(({ node: { title, webp } }) => (
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ including resizing, cropping, and creating responsive images.
```javascript
// In your gatsby-config.js
module.exports = {
plugins: [`gatsby-transformer-sharp`]
}
plugins: [`gatsby-transformer-sharp`],
};
```

## Parsing algorithm
Expand Down

0 comments on commit 44fc910

Please sign in to comment.