From 5f16e651ff2f5ebb6a5bf73f0f706a96f22e9458 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 2 Jan 2019 15:46:32 -0700 Subject: [PATCH] docs(gatsby): Minor tweak to warning message (#10778) Follow-up to https://github.com/gatsbyjs/gatsby/pull/10765 --- .../gatsby/src/internal-plugins/query-runner/query-watcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/src/internal-plugins/query-runner/query-watcher.js b/packages/gatsby/src/internal-plugins/query-runner/query-watcher.js index 05b8aae706a4b..d0b21110656d0 100644 --- a/packages/gatsby/src/internal-plugins/query-runner/query-watcher.js +++ b/packages/gatsby/src/internal-plugins/query-runner/query-watcher.js @@ -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