Skip to content

Commit 092098a

Browse files
authored
chore: fix typos in comment (#2361)
1 parent d6771b7 commit 092098a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: packages/@vuepress/core/lib/node/theme-api/index.js

+1-1
Original file line numberDiff line numberDiff 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

Diff for: packages/@vuepress/test-utils/lib/createJestRunner.js

+1-1
Original file line numberDiff line numberDiff 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

1212
module.exports = function createJestRunner (jestArgs, debug) {

Diff for: packages/vuepress/lib/util.js

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)