From da1e74e14167e0dfa0055a5320355581ac785f83 Mon Sep 17 00:00:00 2001 From: corymhall <43035978+corymhall@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:42:05 -0500 Subject: [PATCH] update docs --- api-docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/README.md b/api-docs/README.md index aabade5..36af97f 100644 --- a/api-docs/README.md +++ b/api-docs/README.md @@ -297,7 +297,7 @@ new App('testapp', (scope: App) => { | Property | Type | Description | Defined in | | ------ | ------ | ------ | ------ | -| `props?` | `StackProps` | The CDK Stack props | [stack.ts:295](https://github.com/pulumi/pulumi-cdk/blob/main/src/stack.ts#L295) | +| `props?` | `StackProps` | The CDK Stack props | [stack.ts:297](https://github.com/pulumi/pulumi-cdk/blob/main/src/stack.ts#L297) | ## Type Aliases