Skip to content

Commit

Permalink
docs(production-app): Typo fix (gatsbyjs#9970)
Browse files Browse the repository at this point in the history
`nagivation` => `navigation`
  • Loading branch information
misacorn authored and gpetrioli committed Jan 22, 2019
1 parent d063d87 commit c900f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/production-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This is a separate bundle for each page. The mechanics for how these are split o

## production-app.js

This is the entrypoint to webpack that outputs `app-[contenthash].js` bundle. It is responsible for nagivation and page loading once the initial HTML has been loaded.
This is the entrypoint to webpack that outputs `app-[contenthash].js` bundle. It is responsible for navigation and page loading once the initial HTML has been loaded.

### First load

Expand Down

0 comments on commit c900f35

Please sign in to comment.