From b528518004e44a74e6d55a12b31a6353d888d90c Mon Sep 17 00:00:00 2001 From: Tietew Date: Thu, 21 Nov 2024 12:05:05 +0900 Subject: [PATCH] fix a minor typo in doc --- src/construct.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/construct.ts b/src/construct.ts index e5abdadb..a3aea0b8 100644 --- a/src/construct.ts +++ b/src/construct.ts @@ -136,7 +136,7 @@ export class Node { } /** - * Returns the child construct that has the id `Default` or `Resource"`. + * Returns the child construct that has the id `Default` or `Resource`. * This is usually the construct that provides the bulk of the underlying functionality. * Useful for modifications of the underlying construct that are not available at the higher levels. *