From ec613d52c5faa58e3033b73751be3ad386377f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=A4r?= Date: Mon, 21 Nov 2022 14:48:46 +0100 Subject: [PATCH] GH-75 - Fix typo in reference documentation. --- src/docs/asciidoc/40-events.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/40-events.adoc b/src/docs/asciidoc/40-events.adoc index e25a5fd1..2fc516f1 100644 --- a/src/docs/asciidoc/40-events.adoc +++ b/src/docs/asciidoc/40-events.adoc @@ -123,7 +123,7 @@ The following starters are available: * `spring-modulith-starter-mongodb` -- Using MongoDB behind Spring Data MongoDB. [[events.integration-testing]] -== Integration Testing Application Modules Workting with Events +== Integration Testing Application Modules Working with Events Integration tests for application modules that interact with other modules' Spring beans usually have those mocked and the test cases verify the interaction by verifying that that mock bean was invoked in a particular way.