avinal commented on a change in pull request #6464:
URL: https://github.com/apache/apisix/pull/6464#discussion_r815860064
##########
File path: docs/en/latest/architecture-design/plugin.md
##########
@@ -21,17 +21,21 @@ title: Plugin
#
-->
-`Plugin` represents the plugin configuration that will be executed during the
`HTTP` request/response lifecycle.
+This represents the configuration of the plugins that are executed during the
HTTP request/response lifecycle.
-The `Plugin` configuration can be bound directly to `Route` or it can be bound
to `Service` or `Consumer`. For the configuration of the same plugin, only one
copy is valid, and the configuration selection priority is always `Consumer` >
`Route` > `Service`.
+A `Plugin` configuration can be bout directly to a [`Route`](./route.md), a
[`Service`](./service.md) or a [`Consumer`](./consumer.md).
Review comment:
```suggestion
A `Plugin` configuration can be bound directly to a [`Route`](./route.md), a
[`Service`](./service.md) or a [`Consumer`](./consumer.md).
```
--
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]