diff --git a/.vitepress/theme/utils.ts b/.vitepress/theme/utils.ts index 180256b..bb50bdc 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 {