Fix typo in readme

This commit is contained in:
Jan Nicklas 2015-05-16 14:57:11 +02:00
parent 1edfaa8e42
commit 3428698e54
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ Or the async version:
plugins: [
new HtmlWebpackPlugin({
templateContent: function(templateParams, compilation, callback) {
// Return your template content synchronously here
// Return your template content asynchronously here
callback(null, '..');
}
})