We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9904718 + d028b89 commit dde20d3Copy full SHA for dde20d3
1 file changed
README.md
@@ -3059,7 +3059,7 @@ new HtmlBundlerPlugin({
3059
{
3060
tag: 'meta',
3061
attributes: ['content'],
3062
- // 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
3063
// when the 'property' attribute contains one of: 'og:image', 'og:video'
3064
filter: ({ attributes }) => {
3065
const attrName = 'property';
0 commit comments