Skip to content

Commit

Permalink
fix(doc): Internal page-context links to code 404 (#21556)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffn committed Feb 18, 2020
1 parent 45568aa commit dc6474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gatsby-internals-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Created as part of page, but currently unused.

### page.context

This is [merged with the page itself](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/internal-plugins/query-runner/page-query-runner.js#L153) and then is [passed to graphql](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/internal-plugins/query-runner/query-runner.js#L40) queries as the `context` parameter.
This is [merged with the page itself](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/query-runner.js#L79) and then is [passed to graphql](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/query-runner.js#L28) queries as the `context` parameter.

## Query

Expand Down

0 comments on commit dc6474e

Please sign in to comment.