Skip to content

Commit

Permalink
chore: improve description of placeholder parameter (#29670)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty authored Feb 22, 2021
1 parent 3ffc210 commit 797e7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/src/resolver-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function getGatsbyImageFieldConfig<TSource, TContext>(
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),
Expand Down

0 comments on commit 797e7f4

Please sign in to comment.