Skip to content

Commit 6e5bc66

Browse files
stranger26ulivz
authored andcommitted
chore: fix typo (close: #960)(#964)
1 parent b3d4269 commit 6e5bc66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/docs/docs/.vuepress/config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ module.exports = ctx => ({
7979
clientRootMixin: path.resolve(__dirname, 'mixin.js')
8080
})
8181

82-
function getGuideSidebar (gruopA, groupB) {
82+
function getGuideSidebar (groupA, groupB) {
8383
return [
8484
{
85-
title: gruopA,
85+
title: groupA,
8686
collapsable: false,
8787
children: [
8888
'',
@@ -107,10 +107,10 @@ function getGuideSidebar (gruopA, groupB) {
107107
]
108108
}
109109

110-
function getPluginSidebar (gruopA, introductionA) {
110+
function getPluginSidebar (groupA, introductionA) {
111111
return [
112112
{
113-
title: gruopA,
113+
title: groupA,
114114
collapsable: false,
115115
children: [
116116
['', introductionA],
@@ -125,10 +125,10 @@ function getPluginSidebar (gruopA, introductionA) {
125125
]
126126
}
127127

128-
function getThemeSidebar (gruopA, introductionA) {
128+
function getThemeSidebar (groupA, introductionA) {
129129
return [
130130
{
131-
title: gruopA,
131+
title: groupA,
132132
collapsable: false,
133133
children: [
134134
['', introductionA],

0 commit comments

Comments
 (0)