You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2022/11/23 10:18:05 UTC

[camel] branch main updated: Fix AsciiDoc syntax

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

zregvart 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 9b144a4ef69 Fix AsciiDoc syntax
9b144a4ef69 is described below

commit 9b144a4ef69bea08b2a3af12ab3d2ab40a13d37e
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Wed Nov 23 11:17:57 2022 +0100

    Fix AsciiDoc syntax
---
 docs/user-manual/modules/ROOT/pages/rest-dsl.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
index 1e11846bba1..061247a5e1e 100644
--- a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
+++ b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
@@ -266,7 +266,7 @@ And in XML:
 In this example the last two REST endpoints are configured with `disabled`.
 You can use xref:manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder] to
 let a external configuration determine if the REST endpoint is disabled or not.
-In this example the `/customers/{id}/orders` endpoint is disabled via a placeholder.
+In this example the `/customers/\{id}/orders` endpoint is disabled via a placeholder.
 The last REST endpoint is hardcoded to be disabled.
 
 == Binding to POJOs using