From 35784731013e002c7ddcd221dc9adbf5f5a58a2b Mon Sep 17 00:00:00 2001 From: sant0s <919197+sant0s@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:21:33 +0100 Subject: [PATCH] Update fundamentals.adoc Remove extra comma. 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..dce115517 100644 --- a/src/docs/antora/modules/ROOT/pages/fundamentals.adoc +++ b/src/docs/antora/modules/ROOT/pages/fundamentals.adoc @@ -655,7 +655,7 @@ class CustomApplicationModuleDetectionStrategy : ApplicationModuleDetectionStrat In the `detectNamedInterfaces(…)` implementation shown above, we build up a `NamedInterfaces` instance for all packages named `api` underneath the given application module's base package. The `Builder` API exposes additional methods to select packages as named interfaces or explicitly exclude them from that. -Note, that the builder will always include the unnamed named interface containing all public methods located in the application module's base package as that interface is required for application modules. +Note that the builder will always include the unnamed named interface containing all public methods located in the application module's base package as that interface is required for application modules. For a more manual setup of a `NamedInterfaces`, be sure to check out its factory methods and the ones exposed by `NamedInterface`.