Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 698ae90

Browse filesBrowse files
authored
docs(cx-api): fix typos in README (#37406)
### Issue N/A (self-discovered typos) ### Reason for this change Two typos in the cx-api README feature flag documentation. ### Description of changes - "aws-lambda-nodejse" → "aws-lambda-nodejs" - "environemnt" → "environment" ### Description of how you validated changes Documentation-only changes. No functional impact. ### 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)
1 parent 3b3a09d commit 698ae90
Copy full SHA for 698ae90

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎packages/aws-cdk-lib/cx-api/README.md‎

Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/cx-api/README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ _cdk.json_
208208

209209
* `@aws-cdk/aws-lambda-nodejs:useLatestRuntimeVersion`
210210

211-
Enable this feature flag to automatically use the latest available NodeJS version in the aws-lambda-nodejse.Function construct.
211+
Enable this feature flag to automatically use the latest available NodeJS version in the aws-lambda-nodejs.Function construct.
212212

213-
This allows creation of new functions using a version that will automatically stay up to date without breaking bundling of existing functions that externalize packages included in their environemnt such as `aws-sdk`.
213+
This allows creation of new functions using a version that will automatically stay up to date without breaking bundling of existing functions that externalize packages included in their environment such as `aws-sdk`.
214214

215215
Functions defined previously will continue to function correctly as long as they pass an explicit runtime version, or do not exclude packages during bundling.
216216

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.