From 9e6c5cf279694697c0518ab09063dfc1d4ab7cfd Mon Sep 17 00:00:00 2001 From: MikeH Date: Thu, 22 Sep 2016 00:20:49 -0500 Subject: [PATCH] fix typo in lesson 11 README.md --- lessons/11-productionish-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/11-productionish-server/README.md b/lessons/11-productionish-server/README.md index 30582eba..0757f272 100644 --- a/lessons/11-productionish-server/README.md +++ b/lessons/11-productionish-server/README.md @@ -27,7 +27,7 @@ scripts entry in package.json to look like this: }, ``` -In the root directly, go open up `webpack.config.js` and add the publicPath '/' as per below: +In the root directory, go open up `webpack.config.js` and add the publicPath '/' as per below: ``` // webpack.config.js output: {