This is an automated email from the ASF dual-hosted git repository. davsclaus 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 c359eb4b4b7 Typo c359eb4b4b7 is described below commit c359eb4b4b701191671b04d19654c4d431cc54d0 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Nov 20 13:33:14 2023 +0100 Typo --- .../src/main/docs/modules/eips/pages/setHeaders-eip.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/setHeaders-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/setHeaders-eip.adoc index de642b9ea8a..6cc4013408f 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/setHeaders-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/setHeaders-eip.adoc @@ -135,8 +135,10 @@ XML:: ==== === Using a Map with Java DSL + It's also possible to build a Map and pass it as the single argument to `setHeaders().` -If the order in which the headers shoud be set is important, use a `LinkedHashMap`. +If the order in which the headers should be set is important, use a `LinkedHashMap`. + ==== Java:: +