Skip to content

Commit 01cc1f3

Browse files
authored
fix(server,middleware,error): typo (#948)
1 parent 4963859 commit 01cc1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/middlewares/results/error.middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function errorHandler(ctx, next) {
8585
case 'InstallError':
8686
respondWithError(500, {
8787
code: 'InstallError',
88-
message: 'Installing the packaged failed.',
88+
message: 'Installing the package failed.',
8989
})
9090
// Installing can fail for various reasons,
9191
// let's not cache this since it will

0 commit comments

Comments
 (0)