You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/09 11:08:01 UTC

[camel] 02/03: Incorrect place to make the change

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4659087fbc56c98f0b8e91ded850e628625f1d34
Author: Harish Kumar <ha...@users.noreply.github.com>
AuthorDate: Mon Nov 9 10:41:38 2020 +0000

    Incorrect place to make the change
---
 docs/components/modules/languages/pages/jsonpath-language.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/languages/pages/jsonpath-language.adoc b/docs/components/modules/languages/pages/jsonpath-language.adoc
index 0c26e35..ff0034f 100644
--- a/docs/components/modules/languages/pages/jsonpath-language.adoc
+++ b/docs/components/modules/languages/pages/jsonpath-language.adoc
@@ -185,7 +185,7 @@ And in XML DSL:
 
 This option is also available on the `@JsonPath` annotation.
 
-== Inline Simple expressions
+== Inline Simple exceptions
 
 *Since Camel 2.18*