Fix typo in comment
This commit is contained in:
committed by
GitHub
parent
e29020bfe0
commit
b664ab329f
@@ -11,7 +11,7 @@ export interface WorkflowContext {
|
||||
/** If the context is for a position within a job, this will be the job */
|
||||
job?: JobConfig;
|
||||
|
||||
/** If the context is for a position within a step, this will the step */
|
||||
/** If the context is for a position within a step, this will be the step */
|
||||
step?: StepConfig;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user