From 3428698e54701b3899f4f616bc5fcb8f7af9f40f Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sat, 16 May 2015 14:57:11 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b002be..5f775bb 100644 --- a/README.md +++ b/README.md @@ -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, '..'); } })