chore: fix assorted spelling errors in source comments#37376
chore: fix assorted spelling errors in source comments#37376mergify[bot] merged 2 commits intoaws:mainfrom
Conversation
Fix spelling errors in JSDoc comments across four modules: - aws-apigateway: "acccount" -> "account" in integration.ts - aws-appsync: "defintion" -> "definition" in schema.ts - aws-events: "paramter" -> "parameter" in connection.ts - aws-lambda: "recieve" -> "receive" in schema-registry.ts (3 occurrences)
|
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). |
Merge Queue Status
This pull request spent 31 minutes 18 seconds in the queue, including 30 minutes 42 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). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue
N/A (self-discovered spelling errors)
Reason for this change
Several JSDoc comments contain spelling errors that could cause confusion when reading API documentation.
Description of changes
Fixed spelling errors in JSDoc comments across four modules:
aws-apigateway/lib/integration.ts: "acccount" → "account"aws-appsync/lib/schema.ts: "defintion" → "definition"aws-events/lib/connection.ts: "paramter" → "parameter"aws-lambda/lib/schema-registry.ts: "recieve" → "receive" (3 occurrences)Description of how you validated changes
Comment-only changes. No functional impact.
Checklist