Skip to content

Commit

Permalink
[api-ssr-docs] Import Helmet not helmet (#3940)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriejones authored and fk committed Feb 9, 2018
1 parent 784fa0c commit 12bdd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/cache-dir/api-ssr-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports.replaceRenderer = true
* is merged with other body props and passed to `html.js` as `bodyProps`.
* @param {Object} pluginOptions
* @example
* import helmet from "react-helmet"
* import Helmet from "react-helmet"
*
* exports.onRenderBody = (
* { setHeadComponents, setHtmlAttributes, setBodyAttributes },
Expand Down

0 comments on commit 12bdd35

Please sign in to comment.