Skip to content

Commit

Permalink
fix: type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi1 committed Oct 23, 2023
1 parent e03156f commit 3414cb8
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 3414cb8

Please sign in to comment.