From d861441014e53ad79a1bf16fae5ebfbd4abea10f Mon Sep 17 00:00:00 2001 From: Kenny Tran Date: Tue, 19 May 2015 08:04:02 -0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 36ae451..68e3e0b 100644 --- a/index.js +++ b/index.js @@ -95,7 +95,7 @@ HtmlWebpackPlugin.prototype.getTemplateContent = function(compilation, templateP if (self.options.templateContent) { return Promise.resolve(self.options.templateContent); } - // If templateContent is empty use the tempalte option + // If templateContent is empty use the template option var templateFile = self.options.template; if (!templateFile) { // Use a special index file to prevent double script / style injection if the `inject` option is truthy