We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca87567 commit 4604fd8Copy full SHA for 4604fd8
1 file changed
packages/app-backend-api/src/hooks.ts
@@ -52,7 +52,7 @@ export class DevtoolsHookable implements Hookable<BackendContext> {
52
try {
53
await handler(payload, ctx)
54
} catch (e) {
55
- console.error(`An error occured in hook ${eventType}${plugin ? ` registered by plugin ${plugin.descriptor.id}` : ''}`)
+ console.error(`An error occurred in hook ${eventType}${plugin ? ` registered by plugin ${plugin.descriptor.id}` : ''}`)
56
console.error(e)
57
}
58
0 commit comments