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/01/13 10:04:56 UTC

[camel] 01/13: Camel-pg-replication-slot: Fixed tip section (my fault)

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

commit ad92911cb4cffd04594966c1a0703896835c098c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:30:49 2020 +0100

    Camel-pg-replication-slot: Fixed tip section (my fault)
---
 docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc b/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc
index eef28c4..6a7ac44 100644
--- a/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc
+++ b/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc
@@ -161,7 +161,7 @@ without waiting for the `delay`*`timeUnit` parameter between each exchange.
 
 [TIP]
 ====
-TIP: The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
+The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
 this component to sync data from PostgreSQL to other database, make sure your operations are idempotent (e.g. use UPSERT
 instead of INSERT,...). This will make sure repeated messages won't affect your system negatively.
 ====