Skip to content

Commit

Permalink
fix: typo in error message
Browse files Browse the repository at this point in the history
closes #2517
  • Loading branch information
haoqunjiang committed Sep 14, 2018
1 parent 121b59a commit c46d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/lib/util/prepareProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = function prepareProxy (proxy, appPublicFolder) {
if (!config.hasOwnProperty('target')) {
console.log(
chalk.red(
'When `proxy` in package.json is as an object, each `context` object must have a ' +
'When `proxy` in package.json is an object, each `context` object must have a ' +
'`target` property specified as a url string'
)
)
Expand Down

0 comments on commit c46d9cf

Please sign in to comment.