From 8ea9063c1bf9f880782b10d2ea04f5b1cf1a76de Mon Sep 17 00:00:00 2001 From: minhtaile2712 Date: Fri, 4 Oct 2024 17:14:41 +0700 Subject: [PATCH] Doc: correct typo --- website/docs/guides/middlewares/middlewares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/middlewares/middlewares.md b/website/docs/guides/middlewares/middlewares.md index a571c84b0..e5f1d8ebe 100644 --- a/website/docs/guides/middlewares/middlewares.md +++ b/website/docs/guides/middlewares/middlewares.md @@ -11,7 +11,7 @@ KafkaFlow is middleware-oriented. Messages are delivered to a middleware and the :::info Middlewares are executed in the same order they are defined in the configuration. -Every product/consumer has its own Middlewares instances, so the instances are not shared between different consumers/producers, but when consuming, the instances are shared between the workers of the same consumer. +Every producer/consumer has its own Middlewares instances, so the instances are not shared between different consumers/producers, but when consuming, the instances are shared between the workers of the same consumer. :::