From 4b3b71a7e44a01550fe4d7c0be67b72aae109e73 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 16 Dec 2021 15:01:57 +0100 Subject: chore: fix typo --- src/ts/types/articles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ts/types/articles.ts') diff --git a/src/ts/types/articles.ts b/src/ts/types/articles.ts index 664e237..91703a2 100644 --- a/src/ts/types/articles.ts +++ b/src/ts/types/articles.ts @@ -11,7 +11,7 @@ export type ArticleDates = { export type ArticlePreviewResponse = { acfPosts: { postsInSubject: SubjectPreview[] | null; - postsInThematics: ThematicPreview[] | null; + postsInThematic: ThematicPreview[] | null; }; commentCount: number | null; contentParts: { -- cgit v1.2.3