chore: fix typo

pull/478/head
云游君 4 years ago committed by GitHub
parent 51978a3ff5
commit c43710f56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ export function useSideBar() {
return []
}
// if it's `atuo`, render headers of the current page
// if it's `auto`, render headers of the current page
if (frontSidebar === 'auto') {
return resolveAutoSidebar(headers, sidebarDepth)
}

Loading…
Cancel
Save