GH-51 - Fixing a typo in fundamentals documentation.

This commit is contained in:
Moaad
2022-10-21 23:44:58 +02:00
committed by Oliver Drotbohm
parent 9ac874d8d3
commit 0a71507d99

View File

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