Skip to content

Commit

Permalink
fix(gatsby-plugin-react-helmet): Typo in onPreInit warning (#36419)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlouden committed Aug 19, 2022
1 parent 7b3286c commit b7b3577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-react-helmet/src/gatsby-node.js
Expand Up @@ -2,6 +2,6 @@ exports.pluginOptionsSchema = ({ Joi }) => Joi.object({})

exports.onPreInit = ({ reporter }) => {
reporter.warn(
`gatsby-plugin-react-helmet: Gatsby now has built-in support for modyfing the document head. Learn more at https://gatsby.dev/gatsby-head`
`gatsby-plugin-react-helmet: Gatsby now has built-in support for modifying the document head. Learn more at https://gatsby.dev/gatsby-head`
)
}

0 comments on commit b7b3577

Please sign in to comment.