fix: typo

This commit is contained in:
Ayo 2023-05-12 22:13:47 +02:00
parent c9e7c103c7
commit 9c6fb3eaa6

View file

@ -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",
};
}
---