Skip to content

Commit

Permalink
chore: fix a minor typo in doc (#2580)
Browse files Browse the repository at this point in the history
* fix a minor typo in doc

* docs

---------

Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
  • Loading branch information
Tietew and mrgrain authored Dec 30, 2024
1 parent 940ec7f commit 590943a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 590943a

Please sign in to comment.