From 892c3ce5f720c91458a3b16a17bc15572f1f6341 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Wed, 21 Dec 2022 17:51:01 +0000 Subject: [PATCH] chore(typos): fix typos (#190) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: stavares843 Co-authored-by: ハン / Han <16288797+hannoeru@users.noreply.github.com> --- .vitepress/theme/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/theme/utils.ts b/.vitepress/theme/utils.ts index 180256ba..bb50bdc0 100644 --- a/.vitepress/theme/utils.ts +++ b/.vitepress/theme/utils.ts @@ -72,7 +72,7 @@ export function ensureEndingSlash(path: string): string { } /** - * Remove `.md` or `.html` extention from the given path. It also converts + * Remove `.md` or `.html` extension from the given path. It also converts * `index` to slush. */ export function removeExtension(path: string): string {