From 2c1f2cf255344df60fa32d3b297c118ec77f61c4 Mon Sep 17 00:00:00 2001 From: kaesve Date: Wed, 28 Feb 2018 10:52:05 +0100 Subject: [PATCH] Fix typo's in comments --- packages/@vue/cli-service/lib/PluginAPI.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/@vue/cli-service/lib/PluginAPI.js b/packages/@vue/cli-service/lib/PluginAPI.js index d8bd20e79d..2552da006a 100644 --- a/packages/@vue/cli-service/lib/PluginAPI.js +++ b/packages/@vue/cli-service/lib/PluginAPI.js @@ -74,7 +74,7 @@ class PluginAPI { } /** - * Regsiter a function that will receive a chainable webpack config + * Register a function that will receive a chainable webpack config * the function is lazy and won't be called until `resolveWebpackConfig` is * called * @@ -85,7 +85,7 @@ class PluginAPI { } /** - * Regsiter + * Register * - a webpack configuration object that will be merged into the config * OR * - a function that will receive the raw webpack config. @@ -100,7 +100,7 @@ class PluginAPI { /** * Register a dev serve config function. It will receive the express `app` - * instnace of the dev server. + * instance of the dev server. * * @param {function} fn */