Skip to content

Commit d77c3c2

Browse files
fix(worker): typo (#1619)
1 parent 6e8364a commit d77c3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ export class Worker {
12031203
this.logger.trace('Completed activation', workflow.logAttributes);
12041204
}
12051205
} catch (error) {
1206-
let logMessage = 'Failed to process Worklow Activation';
1206+
let logMessage = 'Failed to process Workflow Activation';
12071207
if (error instanceof UnexpectedError) {
12081208
// Something went wrong in the workflow; we'll do our best to shut the Worker
12091209
// down gracefully, but then we'll need to terminate the Worker ASAP.

0 commit comments

Comments
 (0)