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`).