You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/08/30 07:35:09 UTC

[isis] 01/02: ISIS-2965: tiny doc fix

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 <da...@haywood-associates.co.uk>
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).