Skip to content

Commit

Permalink
chore(docs): Add missing comma to code example (#34222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhitch committed Dec 8, 2021
1 parent 01d7a79 commit 3fe5316
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ const resolveGatsbyImageData = async (image, options) => {
pluginName: `gatsby-source-example`,
sourceMetadata,
filename,
placeholderURL
placeholderURL,
generateImageSource,
options,
}
Expand Down

0 comments on commit 3fe5316

Please sign in to comment.