Skip to content

Commit

Permalink
fix(worker): typo (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldurantes authored Feb 7, 2025
1 parent 6e8364a commit d77c3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ export class Worker {
this.logger.trace('Completed activation', workflow.logAttributes);
}
} catch (error) {
let logMessage = 'Failed to process Worklow Activation';
let logMessage = 'Failed to process Workflow Activation';
if (error instanceof UnexpectedError) {
// Something went wrong in the workflow; we'll do our best to shut the Worker
// down gracefully, but then we'll need to terminate the Worker ASAP.
Expand Down

0 comments on commit d77c3c2

Please sign in to comment.