diff --git a/packages/@aws-cdk/core/lib/cfn-include.ts b/packages/@aws-cdk/core/lib/cfn-include.ts index 667c31ad34c23..5bc3662ec04bc 100644 --- a/packages/@aws-cdk/core/lib/cfn-include.ts +++ b/packages/@aws-cdk/core/lib/cfn-include.ts @@ -24,7 +24,7 @@ export class CfnInclude extends CfnElement { * stack. * @param scope The parent construct of this template * @param id The ID of this construct - * @param template The template to adopt. + * @param props Initialization properties. */ constructor(scope: Construct, id: string, props: CfnIncludeProps) { super(scope, id);