Skip to content

Commit 8dddfe6

Browse files
authored
docs(core): correct comment (#34714)
### Description Just a small comment fix for the `CfnOutput` class :) ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 39f1636 commit 8dddfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/core/lib/cfn-output.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class CfnOutput extends CfnElement {
4848
private _exportName?: string;
4949

5050
/**
51-
* Creates an CfnOutput value for this stack.
51+
* Creates a CfnOutput value for this stack.
5252
* @param scope The parent construct.
5353
* @param props CfnOutput properties.
5454
*/

0 commit comments

Comments
 (0)