From e30c96cab2899894d8d37e1c339398f2f991db55 Mon Sep 17 00:00:00 2001 From: Zephyr <90854121+WhistlingZephyr@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:15:24 +0530 Subject: [PATCH] fix: remove typo in config's type.ts's comments --- lib/blog/config/type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blog/config/type.ts b/lib/blog/config/type.ts index bd2258c..f2a6690 100644 --- a/lib/blog/config/type.ts +++ b/lib/blog/config/type.ts @@ -39,7 +39,7 @@ export interface BlogConfig { dateFormat?: BlogConfigDate; /** * Whether to render a README content when a folder has one. This can be - * used to hide the folder's file list. See the type definition aboe for + * used to hide the folder's file list. See the type definition above for * detail. */ readme?: BlogConfigReadonly;