We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4963859 commit 01cc1f3Copy full SHA for 01cc1f3
1 file changed
server/middlewares/results/error.middleware.js
@@ -85,7 +85,7 @@ async function errorHandler(ctx, next) {
85
case 'InstallError':
86
respondWithError(500, {
87
code: 'InstallError',
88
- message: 'Installing the packaged failed.',
+ message: 'Installing the package failed.',
89
})
90
// Installing can fail for various reasons,
91
// let's not cache this since it will
0 commit comments