Skip to content

Commit d7ff752

Browse files
author
Guillaume Chau
committed
chore: merge
2 parents 4ce9671 + 6b27ca7 commit d7ff752

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@ module.exports = {
330330
module.exports = {
331331
devServer: {
332332
proxy: {
333-
'/api': {
333+
'^/api': {
334334
target: '<url>',
335335
ws: true,
336336
changeOrigin: true
337337
},
338-
'/foo': {
338+
'^/foo': {
339339
target: '<other_url>'
340340
}
341341
}

packages/@vue/cli-ui/apollo-server/connectors/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function runInvoke (id, context) {
453453
installationStep = 'diff'
454454

455455
notify({
456-
title: `Plugin invoke sucess`,
456+
title: `Plugin invoked successfully`,
457457
message: `Plugin ${id} invoked successfully`,
458458
icon: 'done'
459459
})

0 commit comments

Comments
 (0)