Skip to content

docs: fix "it's" to "its" (possessive) in source comments#37401

Merged
mergify[bot] merged 2 commits intoaws:mainfrom
syukawa-gh:fix/its-vs-its-apigateway
Mar 30, 2026
Merged

docs: fix "it's" to "its" (possessive) in source comments#37401
mergify[bot] merged 2 commits intoaws:mainfrom
syukawa-gh:fix/its-vs-its-apigateway

Conversation

@syukawa-gh
Copy link
Copy Markdown
Contributor

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

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)
@syukawa-gh syukawa-gh requested a review from a team as a code owner March 30, 2026 00:30
@github-actions github-actions bot added the p2 label Mar 30, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team March 30, 2026 00:30
@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Mar 30, 2026
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Mar 30, 2026
@ozelalisen ozelalisen self-assigned this Mar 30, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 30, 2026

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).

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 30, 2026

Merge Queue Status

  • Entered queue2026-03-30 08:45 UTC · Rule: default-squash
  • Checks passed · in-place
  • Merged2026-03-30 13:44 UTC · at 55cc2da873eeea4f72dda69519923fdc3d88aa55

This pull request spent 4 hours 59 minutes 16 seconds in the queue, including 47 minutes 50 seconds running CI.

Required conditions to merge

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Mar 30, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 30, 2026

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).

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 30, 2026

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).

@mergify mergify bot merged commit 0762237 into aws:main Mar 30, 2026
19 of 20 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants