This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-3193
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 17d735eb5deae54c021cbda7173f008e2b99fd73
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Aug 30 08:18:58 2022 +0100

    ISIS-2965: tiny doc fix
---
 .../userguide/modules/btb/pages/programming-model/finetuning.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/antora/components/userguide/modules/btb/pages/programming-model/finetuning.adoc
 
b/antora/components/userguide/modules/btb/pages/programming-model/finetuning.adoc
index 9531469c75..2da5e8b146 100644
--- 
a/antora/components/userguide/modules/btb/pages/programming-model/finetuning.adoc
+++ 
b/antora/components/userguide/modules/btb/pages/programming-model/finetuning.adoc
@@ -95,7 +95,7 @@ ProgrammingModelInitFilter ^-d- 
ProgrammingModelInitFilterDefault
 To summarise:
 
 * To add to the programming model (new facet factories, validators or post 
processors), create a `@Service` implementing the `MetaModelRefiner` interface
-* to remove from the programming model, create a `@Service` implementing a 
ProgrammingModelInitFilter` (with an earlier precedence than the default 
implementation).
+* to remove from the programming model, create a `@Service` implementing a 
`ProgrammingModelInitFilter` (with an earlier precedence than the default 
implementation).
 
 
 

Reply via email to