From 4728bc32f96e79f5fe0829e76666797e38645dc6 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:39:58 +0300 Subject: [PATCH] Fix typo in function comment for clarity and grammar --- apps/website/src/scripts/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/scripts/utils.ts b/apps/website/src/scripts/utils.ts index c3ea6ad77c..0ec69e24d8 100644 --- a/apps/website/src/scripts/utils.ts +++ b/apps/website/src/scripts/utils.ts @@ -99,7 +99,7 @@ export function generateToC(dir: string, prefix = ""): string { } /** - * A function that insert a index page + * A function that inserts a index page * @param dir - the directory to insert an index page * @param sidebarProps - including title, description, label, and position */