Skip to content

Commit

Permalink
docs: fix example for onPreExtractQueries in Node APIs docs (gatsbyjs…
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee authored and gpetrioli committed Jan 22, 2019
1 parent f3b2cd5 commit af7eb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/api-node-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ exports.onPostBuild = true
* Run before GraphQL queries/fragments are extracted from JavaScript files. Useful for plugins
* to add more JavaScript files with queries/fragments e.g. from node_modules.
*
* See gatsby-transformer-remark and gatsby-source-contentful for examples.
* See gatsby-transformer-sharp and gatsby-source-contentful for examples.
*/
exports.onPreExtractQueries = true

Expand Down

0 comments on commit af7eb15

Please sign in to comment.