docs: fix "it's" to "its" (possessive) in README files#37402
docs: fix "it's" to "its" (possessive) in README files#37402mergify[bot] merged 2 commits intoaws:mainfrom
Conversation
- aws-chatbot: "it's expiration" -> "its expiration" - aws-rds: "it's utilization" -> "its utilization" - custom-resources: "it's value" -> "its value", "it's last state" -> "its last state"
|
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 3 hours 11 minutes 20 seconds in the queue, including 45 minutes 51 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 README files incorrectly use "it's" (contraction of "it is") where "its" (possessive form) is intended.
Description of changes
aws-chatbot/README.md: "it's expiration" → "its expiration"aws-rds/README.md: "it's utilization" → "its utilization"custom-resources/README.md: "it's value" → "its value", "it's last state" → "its last state"Description of how you validated changes
Documentation-only changes. No functional impact.
Checklist