aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/articles.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-16 15:01:57 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-16 15:01:57 +0100
commit4b3b71a7e44a01550fe4d7c0be67b72aae109e73 (patch)
tree85025b7383fb892d29ec8e3956f316850bdb070b /src/ts/types/articles.ts
parenteb459cc248a5940a14193b20d263ffee3d345026 (diff)
chore: fix typo
Diffstat (limited to 'src/ts/types/articles.ts')
-rw-r--r--src/ts/types/articles.ts2
1 files changed, 1 insertions, 1 deletions
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: {