From ad90ef5f63fa2485ea5452e2f4a768b964fc88d1 Mon Sep 17 00:00:00 2001 From: Logesh Kumar Date: Tue, 31 Oct 2017 15:13:38 +0530 Subject: [PATCH] typo --- docs/AddingToHomePage/AddingToHomePage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AddingToHomePage/AddingToHomePage.md b/docs/AddingToHomePage/AddingToHomePage.md index 3c197c68d..51a0f8a96 100644 --- a/docs/AddingToHomePage/AddingToHomePage.md +++ b/docs/AddingToHomePage/AddingToHomePage.md @@ -30,7 +30,7 @@ and [better-npm-run](https://www.npmjs.com/package/better-npm-run), runs * `./bin/server.js` calls `./src/server.js` and uses the [HMR plugin](http://andrewhfarmer.com/webpack-hmr-tutorial/) for hot reloading, meaning the browser refreshes automatically when any file in `./src` is changed. -* `./webpack/webpack-dev-server` does teh actual compilation with the +* `./webpack/webpack-dev-server` does the actual compilation with the [webpack dev middleware package](https://github.com/webpack/webpack-dev-middleware) to provide a key feature found in Glup: compilation without writing intermediate files to disk. Configuring webpack [can be confusing](https://medium.com/@dtothefp/why-can-t-anyone-write-a-simple-webpack-tutorial-d0b075db35ed#.cle1vv5ql).