We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1421365 commit f6a5d6bCopy full SHA for f6a5d6b
1 file changed
packages/aws-cdk-lib/aws-stepfunctions/README.md
@@ -95,7 +95,7 @@ existing one as well.
95
Set the `removalPolicy` prop to `RemovalPolicy.RETAIN` if you want to retain the execution
96
history when CloudFormation deletes your state machine.
97
98
-ALternatively you can specify an existing step functions definition by providing a string or a file that contains the ASL JSON.
+Alternatively you can specify an existing step functions definition by providing a string or a file that contains the ASL JSON.
99
100
```ts
101
new sfn.StateMachine(stack, 'StateMachineFromString', {
0 commit comments