Skip to content

Commit c46d9cf

Browse files
committed
fix: typo in error message
closes #2517
1 parent 121b59a commit c46d9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module.exports = function prepareProxy (proxy, appPublicFolder) {
116116
if (!config.hasOwnProperty('target')) {
117117
console.log(
118118
chalk.red(
119-
'When `proxy` in package.json is as an object, each `context` object must have a ' +
119+
'When `proxy` in package.json is an object, each `context` object must have a ' +
120120
'`target` property specified as a url string'
121121
)
122122
)

0 commit comments

Comments
 (0)