From 0e1094253308b2cb4451c2c71610cc7251c5421b Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Fri, 15 Nov 2024 03:06:57 +0530 Subject: [PATCH] GH-940 - Fix typo in reference documentation. Fixes GH-940. --- src/docs/antora/modules/ROOT/pages/events.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/antora/modules/ROOT/pages/events.adoc b/src/docs/antora/modules/ROOT/pages/events.adoc index 787bf4c9..9e64c587 100644 --- a/src/docs/antora/modules/ROOT/pages/events.adoc +++ b/src/docs/antora/modules/ROOT/pages/events.adoc @@ -228,7 +228,7 @@ Using the transactional event publication log requires a combination of artifact |MongoDB |`spring-modulith-starter-mongodb` -|Using MongoDB as persistence technology. Also enables MongoDB transactions and requires a replica set setup of the server to interact with. The transaction auto-configuration can be disabled by setting the `spring.modulith.events.mongobd.transaction-management.enabled` property to `false`. +|Using MongoDB as persistence technology. Also enables MongoDB transactions and requires a replica set setup of the server to interact with. The transaction auto-configuration can be disabled by setting the `spring.modulith.events.mongodb.transaction-management.enabled` property to `false`. |Neo4j |`spring-modulith-starter-neo4j`