From 5161eacf00a34375d5a63e4e91e8c5e2e918dc66 Mon Sep 17 00:00:00 2001 From: Z Date: Mon, 6 Feb 2017 17:45:55 -0500 Subject: [PATCH] Fix typo (#379) --- packages/starter-kyts/kyt-starter-static/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starter-kyts/kyt-starter-static/README.md b/packages/starter-kyts/kyt-starter-static/README.md index c18ef2938..3ee0ed891 100644 --- a/packages/starter-kyts/kyt-starter-static/README.md +++ b/packages/starter-kyts/kyt-starter-static/README.md @@ -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).