diff --git a/src/pages/index.astro b/src/pages/index.astro index 234f6bc..374a053 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,7 +15,7 @@ try { } catch { article = { title: "Something is not right", - content: "The articl extractor did not get any result", + content: "The article extractor did not get any result", }; } ---