Commit 6c5a69d
authored
docs: fix "eg." to "e.g." in cloudwatch comments and README (#37404)
### Issue
N/A (self-discovered)
### Reason for this change
The abbreviation "e.g." (Latin: *exempli gratia*) should include periods. The codebase consistently uses "e.g." but has a few instances of "eg." without periods.
### Description of changes
- `aws-cloudwatch/lib/dashboard.ts`: "eg." → "e.g." in JSDoc comment
- `aws-cloudwatch/README.md`: "eg." → "e.g."
### Description of how you validated changes
Comment and 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 2da2334 commit 6c5a69d
File tree
2 files changed
+2
-2
lines changed- packages/aws-cdk-lib/aws-cloudwatch
- lib
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
962 | | - | |
| 962 | + | |
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments