diff --git a/README.md b/README.md index daad1438..c24a891e 100644 --- a/README.md +++ b/README.md @@ -3059,7 +3059,7 @@ new HtmlBundlerPlugin({ { tag: 'meta', attributes: ['content'], - // allow to handlen an image in the 'content' attribute of the 'meta' tag + // allow to handle an image in the 'content' attribute of the 'meta' tag // when the 'property' attribute contains one of: 'og:image', 'og:video' filter: ({ attributes }) => { const attrName = 'property';