File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ function resolveSFCs (dirs) {
131
131
/**
132
132
* normalize component name
133
133
*
134
- * @param {strin } filename
134
+ * @param {string } filename
135
135
* @returns {string }
136
136
*/
137
137
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const usedPorts = []
6
6
* Run jest
7
7
*
8
8
* @param {array } jestArgs an array of Jest CLI options
9
- * @param {array } debug whether start with '--inspect-brk' or not
9
+ * @param {boolean } debug whether start with '--inspect-brk' or not
10
10
*/
11
11
12
12
module . exports = function createJestRunner ( jestArgs , debug ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const CAC = require('cac')
10
10
/**
11
11
* Bootstrap a CAC cli
12
12
* @param {function } beforeParse
13
- * @param {function } adterParse
13
+ * @param {function } afterParse
14
14
* @returns {Promise<void> }
15
15
*/
16
16
You can’t perform that action at this time.
0 commit comments