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/09/11 20:10:13 UTC

[camel] branch master updated: Fixed typo

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


The following commit(s) were added to refs/heads/master by this push:
     new 45d8fad  Fixed typo
45d8fad is described below

commit 45d8fadd2ce7b2c38a5bc624653780acc5de2e05
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 11 22:09:28 2020 +0200

    Fixed typo
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc
index c31991d..25ef8e5 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc
@@ -102,7 +102,7 @@ As a consequence of this change, the Camel Spring Boot starters have been amende
 ====
 
 
-=== Camel Caffein
+=== Camel Caffeine
 
 To configure the component to use a pre-configured cache, it is not more required to use the now removed `cache` option as the component perorm a look-up from the registry based on the `cacheName` URI param.
 
@@ -119,4 +119,4 @@ Should eb repolaced by:
 [source,java]
 ----
 .to("caffeine-cache://myCache?action=PUT&key=1")
-----
\ No newline at end of file
+----