Skip to content

Commit

Permalink
chore: fix typo (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma authored and ulivz committed Feb 18, 2019
1 parent fefbff0 commit 898033c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
const Option = require('../abstract/Option')

/**
* define option.
* alias option.
*/

module.exports = class DefineOption extends Option {
module.exports = class AliasOption extends Option {
apply (config) {
super.syncApply()
const aliases = this.appliedValues
Expand Down

0 comments on commit 898033c

Please sign in to comment.