From 0a71507d99ed266b7d670d6183b56922b67c6ff0 Mon Sep 17 00:00:00 2001 From: Moaad Date: Fri, 21 Oct 2022 23:44:58 +0200 Subject: [PATCH] GH-51 - Fixing a typo in fundamentals documentation. --- src/docs/asciidoc/10-fundamentals.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/10-fundamentals.adoc b/src/docs/asciidoc/10-fundamentals.adoc index 1d23cd52..04a73132 100644 --- a/src/docs/asciidoc/10-fundamentals.adoc +++ b/src/docs/asciidoc/10-fundamentals.adoc @@ -2,7 +2,7 @@ = Fundamentals Spring Modulith supports developers implementing logical modules in Spring Boot applications. -I allows them to apply structural validation, document the module arrangement, run integration tests for individual modules, observe the modules interaction at runtime and generally implement module interaction in a loosely-coupled way. +It allows them to apply structural validation, document the module arrangement, run integration tests for individual modules, observe the modules interaction at runtime and generally implement module interaction in a loosely-coupled way. This section will discuss the fundamental concepts that developers need to understand before diving into the technical support. [[fundamentals.modules]]