Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Quick typo fix in README (gatsbyjs#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao authored and KyleAMathews committed Mar 11, 2017
1 parent 62e846e commit 893fa98
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 @@ -257,7 +257,7 @@ module.exports = React.createClass({
* `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 893fa98

Please sign in to comment.