docs: fix "eg." to "e.g." in cloudwatch comments and README#37404
docs: fix "eg." to "e.g." in cloudwatch comments and README#37404mergify[bot] merged 2 commits intoaws:mainfrom
Conversation
- aws-cloudwatch/lib/dashboard.ts: "eg." -> "e.g." - aws-cloudwatch/README.md: "eg." -> "e.g."
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 1 hour 40 minutes 53 seconds in the queue, including 45 minutes 40 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
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 commentaws-cloudwatch/README.md: "eg." → "e.g."Description of how you validated changes
Comment and documentation-only changes. No functional impact.
Checklist