diff --git a/docs/docs/static-query.md b/docs/docs/static-query.md index 75c81ebd87f3f..51ba7a8821610 100644 --- a/docs/docs/static-query.md +++ b/docs/docs/static-query.md @@ -2,7 +2,7 @@ title: "Querying data in non-page components using StaticQuery" --- -Gatsby v2 introduces `StaticQuery`, a new API that allows non-page components to retrieve data via GraphQL query. +Gatsby v2 introduces `StaticQuery`, a new API that allows **non-page components** to retrieve data via GraphQL query. Using this on page components will result in the message `Loading (StaticQuery)` showing up on your pages. ## Basic example