Skip to content

Commit 16e5d90

Browse files
committed
fix: readme
1 parent e5273e3 commit 16e5d90

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ custom.addCatch(errorHandler);
605605
// retry the task if something goes wrong
606606
custom.addRetry({
607607
errors: [sfn.Errors.ALL],
608-
interval: cdk.Duration.seconds(10),
608+
interval: Duration.seconds(10),
609609
maxAttempts: 5,
610610
});
611611

0 commit comments

Comments
 (0)