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 2021/08/31 16:45:34 UTC

[camel] branch camel-3.4.x updated: Fix typo in section title

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

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


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 6a6a8cd  Fix typo in section title
6a6a8cd is described below

commit 6a6a8cdc0d3b146995053ce86f270df4e0956a79
Author: vdtdg <23...@users.noreply.github.com>
AuthorDate: Tue Aug 31 18:42:02 2021 +0200

    Fix typo in section title
    
    Inline Simple exceptions => Inline Simple expressions
---
 components/camel-jsonpath/src/main/docs/jsonpath-language.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc
index 16cfacd..7c2d356 100644
--- a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc
+++ b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc
@@ -181,7 +181,7 @@ And in XML DSL:
 
 This option is also available on the `@JsonPath` annotation.
 
-== Inline Simple exceptions
+== Inline Simple expressions
 
 *Since Camel 2.18*