From b9f0c9e92f020044d5d59644bbd2114c251dccba Mon Sep 17 00:00:00 2001 From: Victor Bastos Date: Fri, 10 Jun 2016 15:27:32 -0300 Subject: [PATCH] small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b33aeb..9dfba89 100644 --- a/README.md +++ b/README.md @@ -244,14 +244,14 @@ Events To allow other [plugins](https://github.com/webpack/docs/wiki/plugins) to alter the html this plugin executes the following events: -Asnyc: +Async: * `html-webpack-plugin-before-html-generation` * `html-webpack-plugin-before-html-processing` * `html-webpack-plugin-after-html-processing` * `html-webpack-plugin-after-emit` - Sync: +Sync: * `html-webpack-plugin-alter-chunks`