From d77b399f34eb364994d845894840b8ba2f38e50f Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Mon, 29 May 2017 06:46:54 -0700 Subject: [PATCH] Update README.md (#688) Small transpositional error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e651a62..78a9c2b 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ The following variables are available in the template: - `webpack`: the webpack [stats](https://github.com/webpack/docs/wiki/node.js-api#stats) object. Note that this is the stats object as it was at the time the HTML template was emitted and as such may not have the full set of stats that are available - after the wepback run is complete. + after the webpack run is complete. - `webpackConfig`: the webpack configuration that was used for this compilation. This can be used, for example, to get the `publicPath` (`webpackConfig.output.publicPath`).