We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onPreInit
1 parent 7b3286c commit b7b3577Copy full SHA for b7b3577
packages/gatsby-plugin-react-helmet/src/gatsby-node.js
@@ -2,6 +2,6 @@ exports.pluginOptionsSchema = ({ Joi }) => Joi.object({})
2
3
exports.onPreInit = ({ reporter }) => {
4
reporter.warn(
5
- `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`
6
)
7
}
0 commit comments