Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 590943a

Browse files
Tietewmrgrain
andauthoredDec 30, 2024··
chore: fix a minor typo in doc (#2580)
* fix a minor typo in doc * docs --------- Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
1 parent 940ec7f commit 590943a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎API.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/construct.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class Node {
136136
}
137137

138138
/**
139-
* Returns the child construct that has the id `Default` or `Resource"`.
139+
* Returns the child construct that has the id `Default` or `Resource`.
140140
* This is usually the construct that provides the bulk of the underlying functionality.
141141
* Useful for modifications of the underlying construct that are not available at the higher levels.
142142
*

0 commit comments

Comments
 (0)
Please sign in to comment.