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 6e8364a commit d77c3c2Copy full SHA for d77c3c2
packages/worker/src/worker.ts
@@ -1203,7 +1203,7 @@ export class Worker {
1203
this.logger.trace('Completed activation', workflow.logAttributes);
1204
}
1205
} catch (error) {
1206
- let logMessage = 'Failed to process Worklow Activation';
+ let logMessage = 'Failed to process Workflow Activation';
1207
if (error instanceof UnexpectedError) {
1208
// Something went wrong in the workflow; we'll do our best to shut the Worker
1209
// down gracefully, but then we'll need to terminate the Worker ASAP.
0 commit comments