Skip to content

Commit

Permalink
fix(gatsby-plugin-netlify): Add missing space in error message (#23722)
Browse files Browse the repository at this point in the history
  • Loading branch information
quangIO authored May 4, 2020
1 parent 2a586c9 commit f6a48cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const validateUserOptions = (pluginOptions, reporter) => headers => {
if (!_.isFunction(pluginOptions.transformHeaders)) {
throw new Error(
`The "transformHeaders" option to gatsby-plugin-netlify must be a function ` +
`that returns a array of header strings.` +
`that returns an array of header strings. ` +
`Check your gatsby-config.js.`
)
}
Expand Down

0 comments on commit f6a48cf

Please sign in to comment.