This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch valdar-patch-1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 85ee265e6887573c558fbd923c1a4056c324a7ec Author: Andrea Tarocchi <[email protected]> AuthorDate: Tue Nov 5 11:20:26 2024 +0100 Fix typo on variables.adoc --- docs/user-manual/modules/ROOT/pages/variables.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/variables.adoc b/docs/user-manual/modules/ROOT/pages/variables.adoc index bb62b72d65e..97966a994f9 100644 --- a/docs/user-manual/modules/ROOT/pages/variables.adoc +++ b/docs/user-manual/modules/ROOT/pages/variables.adoc @@ -299,7 +299,7 @@ is not changed at all. The received body is stored in the variable, and the rece headers as variables as well. The names of the variable is `header:variableName.headerName`. For example, if the variable is `myVar` and the header is `Content-Type` then the header is stored as a variable with the full name `header:myVar.Content-Type`. -=== Example using VariableReceive +=== Example using Variable Receive When the EIP is using *VariableReceive*, then the `Message` on the `Exchange` is not in use, but the body and headers will be from the variable. For example given the following `Message` containing:
