Skip to content

Commit b1b1639

Browse files
diogosalazaryyx990803
authored andcommitted
docs: fix comment typo (#811)
Small typo
1 parent 178ec30 commit b1b1639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = class Service {
3131

3232
// install plugins.
3333
// If there are inline plugins, they will be used instead of those
34-
// found in pacakge.json.
34+
// found in package.json.
3535
// When useBuiltIn === false, built-in plugins are disabled. This is mostly
3636
// for testing.
3737
this.plugins = this.resolvePlugins(plugins, useBuiltIn)

0 commit comments

Comments
 (0)