From 9603989cdf3735edd4e87a8675995cbe2feb66e9 Mon Sep 17 00:00:00 2001 From: Alex Petul Date: Sat, 28 Dec 2024 21:08:53 +0300 Subject: [PATCH] Fixed typo in publishing/test.md (#2009) Co-authored-by: Pastukhov Nikita --- docs/docs/en/getting-started/publishing/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/en/getting-started/publishing/test.md b/docs/docs/en/getting-started/publishing/test.md index 714d03fafe..a0539cc8fd 100644 --- a/docs/docs/en/getting-started/publishing/test.md +++ b/docs/docs/en/getting-started/publishing/test.md @@ -32,7 +32,7 @@ To test it, you just need to patch your broker with a special *TestBroker*. {! includes/getting_started/publishing/testing/3.md !} -By default, it patches you broker to run **In-Memory**, so you can use it without any external broker. It should be extremely useful in your CI or local development environment. +By default, it patches your broker to run **In-Memory**, so you can use it without any external broker. It should be extremely useful in your CI or local development environment. Also, it allows you to check the outgoing message body in the same way as with a [subscriber](../subscription/test.md#validates-input){.internal-link}.