From 221889bf7467a27034c1d9d2494389e8f1f01930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 31 Oct 2024 15:01:17 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Angel --- app/_src/gateway-operator/guides/konnect-plugin-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/gateway-operator/guides/konnect-plugin-binding.md b/app/_src/gateway-operator/guides/konnect-plugin-binding.md index 7728cde3e35..90477a3fe33 100644 --- a/app/_src/gateway-operator/guides/konnect-plugin-binding.md +++ b/app/_src/gateway-operator/guides/konnect-plugin-binding.md @@ -211,7 +211,7 @@ NAME PLUGIN-KIND PLUGIN-NAME PROGR rate-limiting-minute-10-a0z1x KongPlugin rate-limiting-minute-10 True ``` -#### Attaching Plugins to Multiple Entities +#### Attaching plugins to multiple entities Similar to those introduced above, you can also attach a plugin to multiple entities by configuring annotations of attached entities. If a plugin appears in the `konghq.com/plugins` annotation of multiple entities, a `KongPluginBinding` will be created for the binding relationship between the plugin and the combination of these entities. Taking the example above where a plugin is attached to a service and a consumer: