Skip to content

Commit

Permalink
docs(stepfunctions): fix typo (aws#18583)
Browse files Browse the repository at this point in the history
Closes aws#18508.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc authored and TikiTDO committed Feb 21, 2022
1 parent 3f3093b commit f7dd422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-stepfunctions/lib/states/pass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export interface PassProps {
/**
* Define a Pass in the state machine
*
* A Pass state can be used to transform the current exeuction's state.
* A Pass state can be used to transform the current execution's state.
*/
export class Pass extends State implements INextable {
public readonly endStates: INextable[];
Expand Down

0 comments on commit f7dd422

Please sign in to comment.