Skip to content

Commit c626513

Browse files
authored
docs(stepfunctions): fix typo (#18583)
Closes #18508. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7a20f29 commit c626513

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-stepfunctions/lib/states

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-stepfunctions/lib/states/pass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export interface PassProps {
116116
/**
117117
* Define a Pass in the state machine
118118
*
119-
* A Pass state can be used to transform the current exeuction's state.
119+
* A Pass state can be used to transform the current execution's state.
120120
*/
121121
export class Pass extends State implements INextable {
122122
public readonly endStates: INextable[];

0 commit comments

Comments
 (0)