Skip to content

Commit

Permalink
Merge pull request #17 from arvigeus/typo
Browse files Browse the repository at this point in the history
Fix error in comments
  • Loading branch information
leebenson committed Apr 11, 2017
2 parents f8a6987 + d8db067 commit 078e01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter/files/kit/entry/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Root = (() => {
</ApolloProvider>
);

// React hot reloading -- only enabled in production. This branch will
// React hot reloading -- only enabled in development. This branch will
// be shook from production, so we can run a `require` statement here
// without fear that it'll inflate the bundle size
if (module.hot) {
Expand Down

0 comments on commit 078e01a

Please sign in to comment.