Skip to content

Commit dde20d3

Browse files
authored
Merge pull request #94 from Paillat-dev/patch-1
docs: correct spelling in README
2 parents 9904718 + d028b89 commit dde20d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3059,7 +3059,7 @@ new HtmlBundlerPlugin({
30593059
{
30603060
tag: 'meta',
30613061
attributes: ['content'],
3062-
// allow to handlen an image in the 'content' attribute of the 'meta' tag
3062+
// allow to handle an image in the 'content' attribute of the 'meta' tag
30633063
// when the 'property' attribute contains one of: 'og:image', 'og:video'
30643064
filter: ({ attributes }) => {
30653065
const attrName = 'property';

0 commit comments

Comments
 (0)