GH-75 - Fix typo in reference documentation.

This commit is contained in:
Daniel Bär
2022-11-21 14:48:46 +01:00
committed by Oliver Drotbohm
parent 02881539b6
commit ec613d52c5

View File

@@ -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.