Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Mar 11, 2017
1 parent 917d208 commit 0e80040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default MyComponent ...
* `config.toml` - Core application configuration is stored here. Available via a `require`
or `import` of 'config'. Values:
* `noProductionJavascript` - set to a truthy value to prevent generation of bundle.js
(containing your client-side Single Page App) during a `gatbsy build`. You'll need
(containing your client-side Single Page App) during a `gatsby build`. You'll need
to update your top-level `html.js` file so that it doesn't pull in `bundle.js` in
production, but you'll want to keep it for `gatsby develop` mode.
* `/pages` - All pages go here. Everything is turned into a page except
Expand Down

0 comments on commit 0e80040

Please sign in to comment.