Skip to content

Commit 32f8d29

Browse files
authored
Merge pull request #83 from Mansi1:main
fix: typo in console.warn
2 parents 500b254 + 3414cb8 commit 32f8d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SEO.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function validateProps(props: Props) {
110110
!props.surpressWarnings
111111
) {
112112
console.warn(
113-
"WARNING(astro-seo): You defined `openGraph.basic.image`, but didn't define `openGraph.image.alt`. This is stongly discouraged.'"
113+
"WARNING(astro-seo): You defined `openGraph.basic.image`, but didn't define `openGraph.image.alt`. This is strongly discouraged.'"
114114
);
115115
}
116116
}

0 commit comments

Comments
 (0)