Skip to content

Commit

Permalink
chore: fix typos in comment (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 2, 2020
1 parent d6771b7 commit 092098a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@vuepress/core/lib/node/theme-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function resolveSFCs (dirs) {
/**
* normalize component name
*
* @param {strin} filename
* @param {string} filename
* @returns {string}
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/test-utils/lib/createJestRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const usedPorts = []
* Run jest
*
* @param {array} jestArgs an array of Jest CLI options
* @param {array} debug whether start with '--inspect-brk' or not
* @param {boolean} debug whether start with '--inspect-brk' or not
*/

module.exports = function createJestRunner (jestArgs, debug) {
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const CAC = require('cac')
/**
* Bootstrap a CAC cli
* @param {function} beforeParse
* @param {function} adterParse
* @param {function} afterParse
* @returns {Promise<void>}
*/

Expand Down

0 comments on commit 092098a

Please sign in to comment.