From a146cf1012483b030a8146fb3035801f3c0c9099 Mon Sep 17 00:00:00 2001 From: Viktor Szépe Date: Wed, 1 May 2024 07:56:38 +0200 Subject: Fix typos (#10923) --- examples/hackernews/src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hackernews/src') diff --git a/examples/hackernews/src/lib/api.ts b/examples/hackernews/src/lib/api.ts index 61fc2f9ab..49fd0c333 100644 --- a/examples/hackernews/src/lib/api.ts +++ b/examples/hackernews/src/lib/api.ts @@ -14,7 +14,7 @@ export default async function fetchAPI(path: string) { } return JSON.parse(text); } catch (e) { - console.error(`Recevied from API: ${text}`); + console.error(`Received from API: ${text}`); console.error(e); return { error: e }; } -- cgit v1.2.3