Skip to content

Commit

Permalink
Fix typo (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z authored and ccpricenytimes committed Feb 6, 2017
1 parent 8f25a64 commit 5161eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starter-kyts/kyt-starter-static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following are some of the tools included in this starter-kyt:

## Notes on implementation

- You will find a `src/index.ejs` file which gets compiled to an html fileby the html webpack plugin. See more for configuration in the kyt.config.js. After a build, kyt will copy the html build into `build/public`.
- You will find a `src/index.ejs` file which gets compiled to an html file by the html webpack plugin. See more for configuration in the kyt.config.js. After a build, kyt will copy the html build into `build/public`.

- As a performance optimization, React Router routes are loaded dynamically and chunked separately using the ES2015 `System.import` directive. See more about [Webpack 2 support](https://gist.github.com/sokra/27b24881210b56bbaff7#code-splitting-with-es6) and [dynamic routing](https://github.com/reactjs/react-router/blob/master/docs/guides/DynamicRouting.md).

Expand Down

0 comments on commit 5161eac

Please sign in to comment.