Skip to content

Commit

Permalink
docs(gatsby): Minor tweak to warning message (#10778)
Browse files Browse the repository at this point in the history
Follow-up to #10765


<!--
  Have any questions? Check out the contributing docs at https://gatsby.app/contribute, or
  ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->


<!-- Write a brief description of the changes introduced by this PR -->


<!--
  Link to the issue that is fixed by this PR (if there is one)
  e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->
  • Loading branch information
KyleAMathews authored and DSchau committed Jan 2, 2019
1 parent a037575 commit 5f16e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const updateStateAndRunQueries = isFirstRun => {
report.log(report.stripIndent`
Exported queries are only executed for Page components. It's possible you're
trying to create a page in your gatsby-node.js and that's failing for some
trying to create pages in your gatsby-node.js and that's failing for some
reason.
If the failing component(s) is a regular component and not intended to be a page
Expand Down

0 comments on commit 5f16e65

Please sign in to comment.