File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/@vue/cli-service/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class PluginAPI {
7474 }
7575
7676 /**
77- * Regsiter a function that will receive a chainable webpack config
77+ * Register a function that will receive a chainable webpack config
7878 * the function is lazy and won't be called until `resolveWebpackConfig` is
7979 * called
8080 *
@@ -85,7 +85,7 @@ class PluginAPI {
8585 }
8686
8787 /**
88- * Regsiter
88+ * Register
8989 * - a webpack configuration object that will be merged into the config
9090 * OR
9191 * - a function that will receive the raw webpack config.
@@ -100,7 +100,7 @@ class PluginAPI {
100100
101101 /**
102102 * Register a dev serve config function. It will receive the express `app`
103- * instnace of the dev server.
103+ * instance of the dev server.
104104 *
105105 * @param {function } fn
106106 */
You can’t perform that action at this time.
0 commit comments