Skip to content

Commit 0286d70

Browse files
diogosalazaryyx990803
authored andcommitted
docs: fix typo in error message (#819)
Small typo. Please let me know whether direct PR like these are welcome of if you'd rather have these submitted as issues instead.
1 parent b1b1639 commit 0286d70

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/commands/build

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/commands/build/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = (api, options) => {
5252
if (buildMode) {
5353
logWithSpinner(`Building for production as ${buildMode}...`)
5454
} else {
55-
throw new Error(`Unknonw build target: ${args.target}`)
55+
throw new Error(`Unknown build target: ${args.target}`)
5656
}
5757
}
5858

0 commit comments

Comments
 (0)