From 53d194ecdec7479c119c82d873ce5d5e7b19dfac Mon Sep 17 00:00:00 2001 From: sant0s <919197+sant0s@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:32:25 +0100 Subject: [PATCH] Update fundamentals.adoc Improve text Signed-off-by: sant0s <919197+sant0s@users.noreply.github.com> --- src/docs/antora/modules/ROOT/pages/fundamentals.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/antora/modules/ROOT/pages/fundamentals.adoc b/src/docs/antora/modules/ROOT/pages/fundamentals.adoc index 8340d92c4..ee555d0cd 100644 --- a/src/docs/antora/modules/ROOT/pages/fundamentals.adoc +++ b/src/docs/antora/modules/ROOT/pages/fundamentals.adoc @@ -144,7 +144,7 @@ icon:cubes[] Example [[modules.advanced]] === Advanced Application Modules -If an application module package contains sub-packages, types in those might need to be made public so that it can be referred to from code of the very same module. +If an application module package contains sub-packages, types in those might need to be made public so that they can be referred to from code of the very same module. .An inventory and order application module [source, subs="macros, quotes"]