docs: fix "it's" to "its" (possessive) in source comments#37401
docs: fix "it's" to "its" (possessive) in source comments#37401mergify[bot] merged 2 commits intoaws:mainfrom
Conversation
Fix incorrect use of "it's" (contraction of "it is") where "its" (possessive) is intended: - aws-apigateway: "calculating it's hash" (3 files) - aws-s3: "bucket and it's contents" (bucket-grants.ts, bucket.ts) - core: "reference to it's parent" (stack.ts) - cx-api: "Despite it's name" (cxapi.ts)
|
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 4 hours 59 minutes 16 seconds in the queue, including 47 minutes 50 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 grammar errors)
Reason for this change
Several JSDoc comments incorrectly use "it's" (contraction of "it is") where "its" (possessive form) is intended.
Description of changes
Fixed "it's" → "its" in possessive contexts across 7 files:
aws-apigateway: "calculating it's hash" → "calculating its hash" (3 files)aws-s3: "bucket and it's contents" → "bucket and its contents" (2 files, 6 occurrences)core/lib/stack.ts: "reference to it's parent" → "reference to its parent"cx-api/lib/cxapi.ts: "Despite it's name" → "Despite its name"Description of how you validated changes
Comment-only changes. No functional impact.
Checklist