From 73f0d26d937fc5ced8316d8d5ac18a3d7b3cedd5 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 1 May 2020 14:31:07 +0800 Subject: [PATCH 1/3] fix: typos --- packages/vuepress/lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vuepress/lib/util.js b/packages/vuepress/lib/util.js index f35bb3694e..dd9432f8ff 100644 --- a/packages/vuepress/lib/util.js +++ b/packages/vuepress/lib/util.js @@ -10,7 +10,7 @@ const CAC = require('cac') /** * Bootstrap a CAC cli * @param {function} beforeParse - * @param {function} adterParse + * @param {function} afterParse * @returns {Promise} */ From 6cf23f241db4ad06b4405f9943e17e642fa83b79 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 1 May 2020 14:31:43 +0800 Subject: [PATCH 2/3] fix: typos --- packages/@vuepress/test-utils/lib/createJestRunner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/test-utils/lib/createJestRunner.js b/packages/@vuepress/test-utils/lib/createJestRunner.js index 56f57e8e8e..cc0f88d64f 100644 --- a/packages/@vuepress/test-utils/lib/createJestRunner.js +++ b/packages/@vuepress/test-utils/lib/createJestRunner.js @@ -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) { From ba6a9b30fb7e1124b1bb5f0f35d437c7be0bd81f Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 1 May 2020 16:56:11 +0800 Subject: [PATCH 3/3] fix: typo --- packages/@vuepress/core/lib/node/theme-api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/core/lib/node/theme-api/index.js b/packages/@vuepress/core/lib/node/theme-api/index.js index 1776484416..f3fa586650 100644 --- a/packages/@vuepress/core/lib/node/theme-api/index.js +++ b/packages/@vuepress/core/lib/node/theme-api/index.js @@ -131,7 +131,7 @@ function resolveSFCs (dirs) { /** * normalize component name * - * @param {strin} filename + * @param {string} filename * @returns {string} */