File tree 1 file changed +3
-3
lines changed
packages/@vue/cli-service/lib
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class PluginAPI {
74
74
}
75
75
76
76
/**
77
- * Regsiter a function that will receive a chainable webpack config
77
+ * Register a function that will receive a chainable webpack config
78
78
* the function is lazy and won't be called until `resolveWebpackConfig` is
79
79
* called
80
80
*
@@ -85,7 +85,7 @@ class PluginAPI {
85
85
}
86
86
87
87
/**
88
- * Regsiter
88
+ * Register
89
89
* - a webpack configuration object that will be merged into the config
90
90
* OR
91
91
* - a function that will receive the raw webpack config.
@@ -100,7 +100,7 @@ class PluginAPI {
100
100
101
101
/**
102
102
* Register a dev serve config function. It will receive the express `app`
103
- * instnace of the dev server.
103
+ * instance of the dev server.
104
104
*
105
105
* @param {function } fn
106
106
*/
You can’t perform that action at this time.
0 commit comments