andrewbytecoder opened a new pull request, #13012:
URL: https://github.com/apache/apisix/pull/13012

   This PR fixes a minor but potentially confusing typo in 
docs/en/latest/script.md (and its Chinese counterpart if applicable), where the 
terms "Script" and "Plugin" were incorrectly used interchangeably or mislabeled 
in a sentence describing APISIX's extension mechanisms.
   
   In Apache APISIX, Scripts and Plugins are distinct concepts:
   Plugins are reusable, configurable modules that hook into the request 
lifecycle (e.g., key-auth, limit-req).
   Scripts refer to inline Lua logic attached directly to a Route (or Service) 
for custom, route-specific behavior.
   
   The original wording blurred this distinction, which could mislead users 
about APISIX’s architecture. This PR corrects the terminology to ensure clarity 
and technical accuracy.
   
   Which issue(s) this PR fixes:
   Fixes #
   
   Checklist
   
   [x] I have explained the need for this PR and the problem it solves  
   [x] I have explained the changes or the new features added to this PR  
   [ ] I have added tests corresponding to this change  
     >Not applicable: documentation-only change  
   [x] I have updated the documentation to reflect this change  
   [x] I have verified that this change is backward compatible  
   
   ✅ Note: Since this is a documentation typo fix with no behavioral impact, no 
tests are required. The change improves clarity without altering functionality.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to