Skip to content

Commit 4604fd8

Browse files
authored
fix: error typo on "occured" to "occurred" (vuejs#1501)
1 parent ca87567 commit 4604fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-backend-api/src/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class DevtoolsHookable implements Hookable<BackendContext> {
5252
try {
5353
await handler(payload, ctx)
5454
} catch (e) {
55-
console.error(`An error occured in hook ${eventType}${plugin ? ` registered by plugin ${plugin.descriptor.id}` : ''}`)
55+
console.error(`An error occurred in hook ${eventType}${plugin ? ` registered by plugin ${plugin.descriptor.id}` : ''}`)
5656
console.error(e)
5757
}
5858
}

0 commit comments

Comments
 (0)