From dc7668d22959b715cbdbbb31d26127fd5a8882c9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 24 Nov 2023 15:51:09 +0100 Subject: [PATCH] GH-387 - Update runtime.adoc by completing intro paragraph. Original pull request: GH-384. --- src/docs/asciidoc/70-runtime.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/70-runtime.adoc b/src/docs/asciidoc/70-runtime.adoc index fc746263..faaa7ece 100644 --- a/src/docs/asciidoc/70-runtime.adoc +++ b/src/docs/asciidoc/70-runtime.adoc @@ -2,7 +2,7 @@ = Spring Modulith Runtime Support The functionality described in previous chapters have all used the application module arrangement in either testing scenarios for verification and documentation purposes or were general support functionality that help to loosely couple modules but did not work with the application module structure directly. -In this section we are going to describe Spring Modulith's support for +In this section we are going to describe Spring Modulith's support for module initialization at application runtime. [[runtime.setup]] == Setting up Runtime Support for Application Modules