Skip to content

Commit

Permalink
Merge pull request #94 from Paillat-dev/patch-1
Browse files Browse the repository at this point in the history
docs: correct spelling in README
  • Loading branch information
webdiscus committed Jun 2, 2024
2 parents 9904718 + d028b89 commit dde20d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit dde20d3

Please sign in to comment.