Skip to content

Commit 898033c

Browse files
shigmaulivz
authored andcommitted
chore: fix typo (#1310)
1 parent fefbff0 commit 898033c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vuepress/core/lib/plugin-api/override/AliasOption.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
const Option = require('../abstract/Option')
88

99
/**
10-
* define option.
10+
* alias option.
1111
*/
1212

13-
module.exports = class DefineOption extends Option {
13+
module.exports = class AliasOption extends Option {
1414
apply (config) {
1515
super.syncApply()
1616
const aliases = this.appliedValues

0 commit comments

Comments
 (0)