leslie-tsang commented on a change in pull request #5739: URL: https://github.com/apache/apisix/pull/5739#discussion_r764644808
########## File path: docs/en/latest/architecture-design/global-rule.md ########## @@ -21,7 +21,7 @@ title: Global rule # --> -[Plugin](plugin.md) just can be bound to [Service](service.md) or [Route](route.md), if we want a [Plugin](plugin.md) work on all requests, how to do it? +The [Plugin](plugin.md) configuration can be bound directly to [Route](route.md) or it can be bound to [Service](service.md) or [Consumer](consumer.md), if we want a [Plugin](plugin.md) work on all requests, how to do it? Review comment: ```suggestion The [Plugin](plugin.md) configuration can be bound directly to a [Route](route.md), or to a [Service](service.md) or [Consumer](consumer.md), What if we want a [Plugin](plugin.md) to work on all requests, how to do it? ``` Hello there, would this be better? -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org