Skip to content

Commit

Permalink
fix(worker): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldurantes authored Jan 31, 2025
1 parent 5903113 commit df3bcc5
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 @@ -1210,7 +1210,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 df3bcc5

Please sign in to comment.