Skip to content

Commit

Permalink
docs: fix typo in Gatsby Lifecycle APIs documentation (#10931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Miedl authored and pieh committed Jan 8, 2019
1 parent e3d8285 commit a3f9654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gatsby-lifecycle-apis.md
Expand Up @@ -46,7 +46,7 @@ The sequence of the **main** bootstrap Node API lifecycles are:
- (schema update happens here)
- **extract queries from components** where the [queryCompiler](https://github.com/gatsbyjs/gatsby/blob/6de0e4408e14e599d4ec73948eb4153dc3cde849/packages/gatsby/src/internal-plugins/query-runner/query-compiler.js#L189) replaces page GraphQL queries and `StaticQueries`
- The [queries are run](https://github.com/gatsbyjs/gatsby/blob/6de0e4408e14e599d4ec73948eb4153dc3cde849/packages/gatsby/src/internal-plugins/query-runner/page-query-runner.js#L120), and the [pages are written out](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/internal-plugins/query-runner/pages-writer.js)
- [onPostBoostrap](https://www.gatsbyjs.org/docs/node-apis/#onPostBootstrap) is called (but it is not often used)
- [onPostBootstrap](https://www.gatsbyjs.org/docs/node-apis/#onPostBootstrap) is called (but it is not often used)

## Build sequence

Expand Down

0 comments on commit a3f9654

Please sign in to comment.