Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Jul 30, 2024
1 parent 4794871 commit df369dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/core/lib/custom-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface CustomResourceProps {
readonly serviceToken: string;

/**
* The maximum time, in seconds, that can elapse before a custom resource operation times out
* The maximum time that can elapse before a custom resource operation times out
*
* @default Duration.seconds(3600)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export interface AwsCustomResourceProps {
readonly vpcSubnets?: ec2.SubnetSelection;

/**
* The maximum time, in seconds, that can elapse before a custom resource operation times out.
* The maximum time that can elapse before a custom resource operation times out.
*
* @default Duration.seconds(3600)
*/
Expand Down

0 comments on commit df369dc

Please sign in to comment.