File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ function resolveSFCs (dirs) {
131131/**
132132 * normalize component name
133133 *
134- * @param {strin } filename
134+ * @param {string } filename
135135 * @returns {string }
136136 */
137137
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const usedPorts = []
66 * Run jest
77 *
88 * @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
1010 */
1111
1212module . exports = function createJestRunner ( jestArgs , debug ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const CAC = require('cac')
1010/**
1111 * Bootstrap a CAC cli
1212 * @param {function } beforeParse
13- * @param {function } adterParse
13+ * @param {function } afterParse
1414 * @returns {Promise<void> }
1515 */
1616
You can’t perform that action at this time.
0 commit comments