Skip to content

Commit

Permalink
chore(docs): Fix typo (#32784)
Browse files Browse the repository at this point in the history
Js objects properties should be separated by comma
  • Loading branch information
VallyPepyako committed Aug 12, 2021
1 parent 6964287 commit 4550c28
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/gatsby-plugin-image/README.md
Expand Up @@ -205,16 +205,16 @@ module.exports = {
options: {
defaults: {
formats: [`auto`, `webp`],
placeholder: `dominantColor`
quality: 50
breakpoints: [750, 1080, 1366, 1920]
backgroundColor: `transparent`
tracedSVGOptions: {}
blurredOptions: {}
jpgOptions: {}
pngOptions: {}
webpOptions: {}
avifOptions: {}
placeholder: `dominantColor`,
quality: 50,
breakpoints: [750, 1080, 1366, 1920],
backgroundColor: `transparent`,
tracedSVGOptions: {},
blurredOptions: {},
jpgOptions: {},
pngOptions: {},
webpOptions: {},
avifOptions: {},
}
}
},
Expand Down

0 comments on commit 4550c28

Please sign in to comment.