diff --git a/src/client/theme-default/config.ts b/src/client/theme-default/config.ts index b8a36049..e049bcb7 100644 --- a/src/client/theme-default/config.ts +++ b/src/client/theme-default/config.ts @@ -15,7 +15,7 @@ export namespace DefaultTheme { * Customize the header label. Defaults to GitHub/Gitlab/Bitbucket * depending on the provided repo. * - * @exampe `"Contribute!"` + * @example `"Contribute!"` */ repoLabel?: string diff --git a/src/client/theme-default/support/sideBar.ts b/src/client/theme-default/support/sideBar.ts index fb90d6b1..c44d624f 100644 --- a/src/client/theme-default/support/sideBar.ts +++ b/src/client/theme-default/support/sideBar.ts @@ -32,7 +32,7 @@ export function getSideBarConfig( return sidebar } - // get the very first segment of the path to compare with nulti sidebar keys + // get the very first segment of the path to compare with multiple sidebar keys // and make sure it's surrounded by slash path = removeExtention(path) path = ensureStartingSlash(path).split('/')[1] || '/'