Skip to content

Commit a23dd19

Browse files
wuwbyyx990803
authored andcommitted
docs: fix typo (vuejs#2076) [ci skip]
1 parent 7147aab commit a23dd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/util/resolveLoaderError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports.transformer = error => {
2727
})
2828
}
2929
}
30-
// no match, unknown webpack error withotu a message.
30+
// no match, unknown webpack error without a message.
3131
// friendly-error-webpack-plugin fails to handle this.
3232
if (!error.message) {
3333
return Object.assign({}, error, {

0 commit comments

Comments
 (0)