Skip to content

Commit 53a1fd1

Browse files
kaesveyyx990803
authored andcommitted
chore: fix typo's in comments (#898)
1 parent 6d7985a commit 53a1fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/@vue/cli-service/lib/PluginAPI.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)