-
Notifications
You must be signed in to change notification settings - Fork 4.5k
core,aws-globalaccelerator: Fix "seperate" spelling in comments #35483
Copy link
Copy link
Closed
Labels
documentationThis is a problem with documentation.This is a problem with documentation.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
Describe the issue
Found spelling errors in code comments where "seperate" is used instead of the correct spelling "separate":
Location 1: packages/aws-cdk-lib/core/lib/arn.ts:46
- Current: "parts are seperated with a slash"
- Should be: "parts are separated with a slash"
Location 2: packages/aws-cdk-lib/aws-globalaccelerator/lib/listener.ts:50
- Current: "routed to seperate endpoints"
- Should be: "routed to separate endpoints"
Links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.