From 551e117113e7b55f56555a84b1c873e644e3e3d7 Mon Sep 17 00:00:00 2001 From: dowenliu-xyz Date: Mon, 13 May 2024 10:48:13 +0800 Subject: [PATCH] GH-588 - Fix a spell mistake in docs. --- 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 c4e12c7d..2ab7f0b5 100644 --- a/src/docs/antora/modules/ROOT/pages/events.adoc +++ b/src/docs/antora/modules/ROOT/pages/events.adoc @@ -280,7 +280,7 @@ To actually write the event publication log, Spring Modulith exposes an `EventPu You select the persistence technology to be used by adding the corresponding JAR to your Spring Modulith application. We have prepared dedicated xref:events.adoc#starters[starters] to ease that task. -The JDBC-based implementation can create a dedicated table for the event publication log when the respective configuration property (`spring.modulith.events.jdbc-schema-initialization.enabled`) is set to `true`. +The JDBC-based implementation can create a dedicated table for the event publication log when the respective configuration property (`spring.modulith.events.jdbc.schema-initialization.enabled`) is set to `true`. For details, please consult the xref:appendix.adoc#schemas[schema overview] in the appendix. [[publication-registry.serialization]]