From e3c268ef1845b61a3985fd9da506f1a4b928b1f9 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Fri, 24 May 2024 13:07:45 +0200 Subject: [PATCH] Fix formatting --- .../pages/testing/testcontext-framework/bean-overriding.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/bean-overriding.adoc b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/bean-overriding.adoc index 8b65ababcf..243de7e3bd 100644 --- a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/bean-overriding.adoc +++ b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/bean-overriding.adoc @@ -66,6 +66,6 @@ the annotated field and its qualifying annotations. Typically, the bean is selected by type by the `BeanOverrideFactoryPostProcessor`. Alternatively, the user can directly provide the bean name in the custom annotation. -Some `BeanOverrideProcessor`s could also internally compute a bean name based on a -convention or another advanced method. +Some `BeanOverrideProcessor` implementations could also internally compute a bean name +based on a convention or another advanced method. ====