Skip to content

Commit b7b3577

Browse files
authored
fix(gatsby-plugin-react-helmet): Typo in onPreInit warning (#36419)
1 parent 7b3286c commit b7b3577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-react-helmet/src/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ exports.pluginOptionsSchema = ({ Joi }) => Joi.object({})
22

33
exports.onPreInit = ({ reporter }) => {
44
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`
5+
`gatsby-plugin-react-helmet: Gatsby now has built-in support for modifying the document head. Learn more at https://gatsby.dev/gatsby-head`
66
)
77
}

0 commit comments

Comments
 (0)