From eec937b6d936e6fb60063ca0ab4291b589675f24 Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Thu, 5 Nov 2015 08:48:44 +0100 Subject: [PATCH] Fix asciidoc typo --- src/reference/asciidoc/content-enrichment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/content-enrichment.adoc b/src/reference/asciidoc/content-enrichment.adoc index 4386fa0000..f4810e6d39 100644 --- a/src/reference/asciidoc/content-enrichment.adoc +++ b/src/reference/asciidoc/content-enrichment.adoc @@ -63,7 +63,7 @@ See <> for more information. *POJO Support* Often a header value cannot be defined statically and has to be determined dynamically based on some content in the Message. -That is why_Header Enricher_ allows you to also specify a bean reference using the `ref` and `method` attribute. +That is why _Header Enricher_ allows you to also specify a bean reference using the `ref` and `method` attribute. The specified method will calculate the header value. Let's look at the following configuration: