Skip to content

Commit

Permalink
import Helmet not helmet
Browse files Browse the repository at this point in the history
Noticed this typo when trying to get SSR working for the first time.
  • Loading branch information
lauriejones authored Feb 9, 2018
1 parent 784fa0c commit 3c7a22f
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 3c7a22f

Please sign in to comment.