This is an automated email from the ASF dual-hosted git repository.
tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new c85205fab7f Fix user-manual doc format
c85205fab7f is described below
commit c85205fab7f2aa2dec9b66f1137b4d29758ad10e
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Tue Oct 8 19:49:12 2024 +0900
Fix user-manual doc format
---
docs/user-manual/modules/ROOT/pages/test-infra.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/test-infra.adoc
b/docs/user-manual/modules/ROOT/pages/test-infra.adoc
index cc98d611b99..b1befa79242 100644
--- a/docs/user-manual/modules/ROOT/pages/test-infra.adoc
+++ b/docs/user-manual/modules/ROOT/pages/test-infra.adoc
@@ -14,7 +14,7 @@ Adding it to your test code is as simple as adding the
following lines of code t
protected static CamelContextExtension contextExtension = new
DefaultCamelContextExtension();
----
-Then, via the extension, you can access the context (i.e.:
```contextExtension.getContext()`) to manipulate it as needed in the tests.
+Then, via the extension, you can access the context (i.e.:
`contextExtension.getContext()`) to manipulate it as needed in the tests.
The extension comes with a few utilities to simplify configuring the context,
and adding routes at the appropriate time.