Skip to content

Conversation

@Aias00
Copy link
Contributor

@Aias00 Aias00 commented Jan 18, 2026

Ⅰ. Describe what this PR did

Correct various typos across multiple plugins

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Ⅵ. AI Coding Tool Usage Checklist (if applicable)

Please check all applicable items:

  • For new standalone features (e.g., new wasm plugin or golang-filter plugin):

    • I have created a design/ directory in the plugin folder
    • I have added the design document to the design/ directory
    • I have included the AI Coding summary below
  • For regular updates/changes (not new plugins):

    • I have provided the prompts/instructions I gave to the AI Coding tool below
    • I have included the AI Coding summary below

AI Coding Prompts (for regular updates)

AI Coding Summary

Copilot AI review requested due to automatic review settings January 18, 2026 13:19
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request corrects various spelling errors across multiple plugins in the wasm-go codebase, improving code quality and documentation clarity.

Changes:

  • Fixed spelling errors in YAML configuration files (tool names)
  • Corrected typos in Go source code comments and error messages
  • Updated spelling in documentation files (README files)

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
plugins/wasm-go/mcp-servers/mcp-business-credit-rating/mcp-server.yaml Corrected tool name from "bussiness-credit-rating" to "business-credit-rating"
plugins/wasm-go/extensions/transformer/main.go Fixed "arbitary" to "arbitrary" in comments (2 instances)
plugins/wasm-go/extensions/cors/config/cors_config_test.go Corrected "protocal" to "protocol" (2 instances) and "specail" to "special" (3 instances) in test case names
plugins/wasm-go/extensions/ai-transformer/README.md Fixed "requried" to "required" in configuration documentation table (7 instances)
plugins/wasm-go/extensions/ai-security-guard/README_EN.md Corrected "requried" to "required" in configuration documentation table (6 instances)
plugins/wasm-go/extensions/ai-security-guard/README.md Fixed "requried" to "required" in configuration documentation table (6 instances)
plugins/wasm-go/extensions/ai-search/main.go Corrected "unkown" to "unknown" and "avaliable" to "available" in error messages
plugins/wasm-go/extensions/ai-proxy/provider/provider.go Fixed "compatiable" to "compatible" in comment and "explictly" to "explicitly" in log message
plugins/wasm-go/extensions/ai-proxy/main.go Corrected "overriden" to "overridden" in error log messages (2 instances)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@CH3CHO CH3CHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants