chore: fix typo (#478) [ci skip]

pull/486/head
云游君 4 years ago committed by GitHub
parent 08a0b12992
commit 7950e884a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save