Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev authored Jun 2, 2024
1 parent 9904718 commit d028b89
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 d028b89

Please sign in to comment.