avinal commented on a change in pull request #6464:
URL: https://github.com/apache/apisix/pull/6464#discussion_r815862099



##########
File path: docs/en/latest/architecture-design/plugin.md
##########
@@ -43,7 +47,7 @@ local _M = {
 }
 ```
 
-The plugin configuration is submitted as part of Route or Service and placed 
under `plugins`. It internally uses the plugin name as the hash's key to hold 
configuration items for different plugins.
+A Plugin configuration is submitted as part of the Route or Service and is 
placed under `plugins`. It internally uses the Plugin name as the hash's key to 
hold configuration items for the different Plugins.

Review comment:
       ```suggestion
   A Plugin configuration is submitted as part of the Route or Service and is 
placed under `plugins`. It internally uses the Plugin name as the hash key to 
hold the configuration items for the different Plugins.
   ```




-- 
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