Skip to content

Commit f231dc9

Browse files
committed
Fix typo in deafult SmartUI config
1 parent 721151f commit f231dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const defaultSmartUIConfig = {
99
[1920, 1080]
1010
],
1111
include: [],
12-
exlcude: []
12+
exclude: []
1313
}
1414
};
1515

0 commit comments

Comments
 (0)