fix: correct typos in comments and docs - #1234
Conversation
- bucket.go: "add te sub-bucket" -> "add the sub-bucket" - db.go: "explictly" -> "explicitly" - README.md: "performent" -> "performant" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: maxtaran2010 <ocotifuzo727@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: maxtaran2010 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Thanks for the PR. But listing AI tooling as a co-author, co-signing commits using an AI tool, or using the assisted-by, co-developed or similar commit trailer is not allowed. Please remove Refer to https://github.com/kubernetes/community/blob/main/contributors/guide/pull-requests.md#ai-guidance |
Fix three spelling mistakes found via codespell:
bucket.goline 398:add te sub-bucket->add the sub-bucketdb.goline 1298:explictly->explicitlyREADME.mdline 1011:performent->performantAll fixes are in comments and documentation only — no code logic or identifiers were changed.