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/11 18:17:18 UTC

[camel] 01/02: Fixed Tip section in timer component

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 7abf2bc8a9ed47c8a80a6be4abf68f988a9b1808
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jan 11 19:16:06 2020 +0100

    Fixed Tip section in timer component
---
 components/camel-timer/src/main/docs/timer-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-timer/src/main/docs/timer-component.adoc b/components/camel-timer/src/main/docs/timer-component.adoc
index 95515cc..3c4fea2 100644
--- a/components/camel-timer/src/main/docs/timer-component.adoc
+++ b/components/camel-timer/src/main/docs/timer-component.adoc
@@ -27,11 +27,11 @@ You can append query options to the URI in the following format,
 *Note:* The IN body of the generated exchange is `null`. So
 `exchange.getIn().getBody()` returns `null`.
 
-TIP:*Advanced Scheduler*
+*TIP:* Advanced Scheduler
 See also the xref:quartz-component.adoc[Quartz] component that supports much more
 advanced scheduling.
 
-TIP:*Specify time in human friendly format*
+*TIP:* Specify time in human friendly format
 You can specify the time in
 xref:manual::faq/how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human
 friendly syntax].