Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit c1d372e

Browse files
committed
Minor spelling error
1 parent 465d21d commit c1d372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type Loglevel = 'INFO' | 'DEBUG' | 'NONE' | 'ERROR'
1111
export interface CompleteFn<WorkerOutputVariables> {
1212
(updatedVariables?: Partial<WorkerOutputVariables>): boolean
1313
/**
14-
* Complete the job with a success, optionallu passing in a state update to merge
14+
* Complete the job with a success, optionally passing in a state update to merge
1515
* with the workflow variables on the broker.
1616
*/
1717
success: (updatedVariables?: Partial<WorkerOutputVariables>) => boolean

0 commit comments

Comments
 (0)