Skip to content

Commit a465ea7

Browse files
committed
fix js doc
1 parent d7415e1 commit a465ea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/aws-cdk-lib/aws-ecs/lib/deployment-lifecycle-hook-target.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ export interface DeploymentLifecycleLambdaTargetProps {
9797
* This field accepts JSON objects only
9898
*
9999
* @example
100-
* // JSON object
101-
* { environment: "production", timeout: 300 }
100+
* hookDetails: {environment:"production",timeout:300};
102101
*
103102
* @default - No custom parameters will be passed
104103
*/

0 commit comments

Comments
 (0)