From 3fe531666bdf1cdb1ca09ddd9244936dc4d47d88 Mon Sep 17 00:00:00 2001 From: Ashley Hitchcock Date: Wed, 8 Dec 2021 14:01:58 +0000 Subject: [PATCH] chore(docs): Add missing comma to code example (#34222) --- .../how-to/plugins-and-themes/adding-gatsby-image-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-to/plugins-and-themes/adding-gatsby-image-support.md b/docs/docs/how-to/plugins-and-themes/adding-gatsby-image-support.md index d7a2ef223654a..cc82f799d1fb9 100644 --- a/docs/docs/how-to/plugins-and-themes/adding-gatsby-image-support.md +++ b/docs/docs/how-to/plugins-and-themes/adding-gatsby-image-support.md @@ -56,7 +56,7 @@ const resolveGatsbyImageData = async (image, options) => { pluginName: `gatsby-source-example`, sourceMetadata, filename, - placeholderURL + placeholderURL, generateImageSource, options, }