Commit 3384724
authored
docs: correct spelling of "separate" in comments (#35484)
### **Issue # (if applicable)**
Closes #35483.
### **Reason for this change**
Fixed spelling errors in code comments where "seperate" was used instead of the correct spelling "separate".
### **Description of changes**
Corrected two instances of misspelled "separate" in documentation comments:
- Fixed "seperated" → "separated" in `core/lib/arn.ts:46`
- Fixed "seperate" → "separate" in `aws-globalaccelerator/lib/listener.ts:50`
These are simple spelling corrections that improve documentation quality without any functional changes.
### **Describe any new or updated permissions being added**
None. This change only affects documentation comments.
### **Description of how you validated changes**
- Verified spelling corrections are accurate
- Confirmed no functional code changes
- Build passes successfully
### **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 0a55ed1 commit 3384724
File tree
2 files changed
+2
-2
lines changed- packages/aws-cdk-lib
- aws-globalaccelerator/lib
- core/lib
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments