diff --git a/packages/docs/docs/.vuepress/config.js b/packages/docs/docs/.vuepress/config.js index 6334849908..86453f321c 100644 --- a/packages/docs/docs/.vuepress/config.js +++ b/packages/docs/docs/.vuepress/config.js @@ -78,10 +78,10 @@ module.exports = { clientRootMixin: path.resolve(__dirname, 'mixin.js') } -function getGuideSidebar (gruopA, groupB) { +function getGuideSidebar (groupA, groupB) { return [ { - title: gruopA, + title: groupA, collapsable: false, children: [ '', @@ -106,10 +106,10 @@ function getGuideSidebar (gruopA, groupB) { ] } -function getPluginSidebar (gruopA, introductionA) { +function getPluginSidebar (groupA, introductionA) { return [ { - title: gruopA, + title: groupA, collapsable: false, children: [ ['', introductionA], @@ -124,10 +124,10 @@ function getPluginSidebar (gruopA, introductionA) { ] } -function getThemeSidebar (gruopA, introductionA) { +function getThemeSidebar (groupA, introductionA) { return [ { - title: gruopA, + title: groupA, collapsable: false, children: [ ['', introductionA],