chore: fix typo in comment section of component

This commit is contained in:
andatoshiki 2023-03-07 11:28:25 +08:00
parent 4f623e69ff
commit 70fd7ebaf9

View File

@ -5,7 +5,7 @@ import { footer } from './footer'
export const themeConfig: DefaultTheme.Config = { export const themeConfig: DefaultTheme.Config = {
nav, // documentation navigation bar config nav, // documentation navigation bar config
sidebar, // cocumentation sidebar config sidebar, // documentation sidebar config
footer, // site global footer config footer, // site global footer config
logo: '/logos/logo.png', logo: '/logos/logo.png',