Skip to content

Commit f6a48cf

Browse files
authored
fix(gatsby-plugin-netlify): Add missing space in error message (#23722)
1 parent 2a586c9 commit f6a48cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-netlify/src/build-headers-program.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const validateUserOptions = (pluginOptions, reporter) => headers => {
234234
if (!_.isFunction(pluginOptions.transformHeaders)) {
235235
throw new Error(
236236
`The "transformHeaders" option to gatsby-plugin-netlify must be a function ` +
237-
`that returns a array of header strings.` +
237+
`that returns an array of header strings. ` +
238238
`Check your gatsby-config.js.`
239239
)
240240
}

0 commit comments

Comments
 (0)