From bf0bcf0081da6908391d10219c6a95f7ac9db883 Mon Sep 17 00:00:00 2001 From: Collin Wu Date: Sat, 11 Jul 2015 14:18:19 -0700 Subject: [PATCH] Fixed typo in Async loading `then` to `them`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da01a4a..cc0674a 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ if (window.location.pathname === '/feed') { webpack will do the rest and generate extra **chunk** files and load them for you. -webpack will assume that those files are in your root directory when you load then into a html script tag for example. You can use `output.publicPath` to configure that. +webpack will assume that those files are in your root directory when you load them into a html script tag for example. You can use `output.publicPath` to configure that. ```js // webpack.config.js