Skip to content

Commit 37936d8

Browse files
committed
Merge pull request #443 from alpadev/hotfix/commonclass-cli-argv
fixes: typo in cli argument
2 parents 0ead729 + aac6aef commit 37936d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports.main = function() {
3232
title: argv.title,
3333
rootPath: argv.output,
3434
extraHead: argv.extraHead,
35-
commmonClass: argv.commmonClass,
35+
commonClass: argv.commonClass,
3636
appRoot: argv.appRoot,
3737
styleVariables: argv.styleVariables,
3838
server: argv.server,

0 commit comments

Comments
 (0)