fix: typo in error message

closes #2517
This commit is contained in:
Haoqun Jiang
2018-09-14 17:12:19 +08:00
parent 121b59a7ac
commit c46d9cf1d2

View File

@@ -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'
)
)