We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a586c9 commit f6a48cfCopy full SHA for f6a48cf
packages/gatsby-plugin-netlify/src/build-headers-program.js
@@ -234,7 +234,7 @@ const validateUserOptions = (pluginOptions, reporter) => headers => {
234
if (!_.isFunction(pluginOptions.transformHeaders)) {
235
throw new Error(
236
`The "transformHeaders" option to gatsby-plugin-netlify must be a function ` +
237
- `that returns a array of header strings.` +
+ `that returns an array of header strings. ` +
238
`Check your gatsby-config.js.`
239
)
240
}
0 commit comments