From 9384c6e4e4da5ba5cb79943ad78f527a4f80cdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 31 Oct 2024 15:02:09 +0100 Subject: [PATCH] Update app/_src/gateway-operator/guides/konnect-plugin-binding.md --- app/_src/gateway-operator/guides/konnect-plugin-binding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/_src/gateway-operator/guides/konnect-plugin-binding.md b/app/_src/gateway-operator/guides/konnect-plugin-binding.md index 90477a3fe33c..07e7ba0b6863 100644 --- a/app/_src/gateway-operator/guides/konnect-plugin-binding.md +++ b/app/_src/gateway-operator/guides/konnect-plugin-binding.md @@ -79,8 +79,8 @@ Then the plugin will be successfully attached to the service in {{ site.konnect_ {{ site.kgo_product_name }} also supports to attach plugins to combination of multiple entities by `KongPluginBinding`. Supported combinations includes: * `Service` and `Route`; -* Service` and `Consumer` -* Service` and `ConsumerGroup` +* `Service` and `Consumer` +* `Service` and `ConsumerGroup` * `Service`, `Route` and `Consumer` * `Service`, `Route` and `ConsumerGroup` * `Consumer` and `ConsumerGroup`.