Update README.md (#688)

Small transpositional error.
This commit is contained in:
Nelson Chen 2017-05-29 06:46:54 -07:00 committed by Jan Nicklas
parent 7a2aa84fdb
commit d77b399f34
1 changed files with 1 additions and 1 deletions

View File

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