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