Fix typo in comment

This commit is contained in:
Christopher Schleiden
2022-11-28 08:56:08 -08:00
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;
}