aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/blog.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/blog.ts
parenteb459cc248a5940a14193b20d263ffee3d345026 (diff)
chore: fix typo
Diffstat (limited to 'src/ts/types/blog.ts')
-rw-r--r--src/ts/types/blog.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ts/types/blog.ts b/src/ts/types/blog.ts
index 76eaedb..32fa9b8 100644
--- a/src/ts/types/blog.ts
+++ b/src/ts/types/blog.ts
@@ -38,7 +38,7 @@ export type BlogPageProps = {
fallback: PostsList;
};
-export type AllPostsSlugReponse = {
+export type AllPostsSlugResponse = {
posts: {
nodes: ArticleSlug[];
};