Skip to content

Commit daf1dca

Browse files
authored
1 single typo fix (#1451)
1 parent 2b654ac commit daf1dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/workflow/src/worker-interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function initRuntime(options: WorkflowCreateOptionsInternal): void {
101101
unsafe: { ...options.info.unsafe, now: OriginalDate.now },
102102
}),
103103
});
104-
// There's on activator per workflow instance, set it globally on the context.
104+
// There's one activator per workflow instance, set it globally on the context.
105105
// We do this before importing any user code so user code can statically reference @temporalio/workflow functions
106106
// as well as Date and Math.random.
107107
setActivatorUntyped(activator);

0 commit comments

Comments
 (0)