Skip to content

Commit f6a5d6b

Browse files
committed
typo
1 parent 1421365 commit f6a5d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/aws-cdk-lib/aws-stepfunctions

packages/aws-cdk-lib/aws-stepfunctions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ existing one as well.
9595
Set the `removalPolicy` prop to `RemovalPolicy.RETAIN` if you want to retain the execution
9696
history when CloudFormation deletes your state machine.
9797

98-
ALternatively you can specify an existing step functions definition by providing a string or a file that contains the ASL JSON.
98+
Alternatively you can specify an existing step functions definition by providing a string or a file that contains the ASL JSON.
9999

100100
```ts
101101
new sfn.StateMachine(stack, 'StateMachineFromString', {

0 commit comments

Comments
 (0)