Skip to content

Commit

Permalink
Merge pull request #83 from Mansi1:main
Browse files Browse the repository at this point in the history
fix: typo in console.warn
  • Loading branch information
jonasmerlin authored Feb 18, 2024
2 parents 500b254 + 3414cb8 commit 32f8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEO.astro
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function validateProps(props: Props) {
!props.surpressWarnings
) {
console.warn(
"WARNING(astro-seo): You defined `openGraph.basic.image`, but didn't define `openGraph.image.alt`. This is stongly discouraged.'"
"WARNING(astro-seo): You defined `openGraph.basic.image`, but didn't define `openGraph.image.alt`. This is strongly discouraged.'"
);
}
}
Expand Down

0 comments on commit 32f8d29

Please sign in to comment.