From 797e7f4e83ab9e327e69e3591447fb59e2bff318 Mon Sep 17 00:00:00 2001 From: Frederick Fogerty Date: Mon, 22 Feb 2021 18:44:09 +0100 Subject: [PATCH] chore: improve description of placeholder parameter (#29670) --- packages/gatsby-plugin-image/src/resolver-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-image/src/resolver-utils.ts b/packages/gatsby-plugin-image/src/resolver-utils.ts index da44828727d13..ad900ae8e5560 100644 --- a/packages/gatsby-plugin-image/src/resolver-utils.ts +++ b/packages/gatsby-plugin-image/src/resolver-utils.ts @@ -168,7 +168,7 @@ export function getGatsbyImageFieldConfig( BLURRED: a blurred, low resolution image, encoded as a base64 data URI (default) DOMINANT_COLOR: a solid color, calculated from the dominant color of the image. TRACED_SVG: a low-resolution traced SVG of the image. - NONE: no placeholder. Set "background" to use a fixed background color.`, + NONE: no placeholder. Set the argument "backgroundColor" to use a fixed background color.`, }, formats: { type: GraphQLList(ImageFormatType),