You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/07 11:59:46 UTC

[camel] branch main updated: Fix typo in docs (#8491)

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 8610833dd82 Fix typo in docs (#8491)
8610833dd82 is described below

commit 8610833dd8288967af15b5f1df863866b5a45d7d
Author: Lucia Drozdová <89...@users.noreply.github.com>
AuthorDate: Fri Oct 7 13:59:39 2022 +0200

    Fix typo in docs (#8491)
---
 components/camel-scheduler/src/main/docs/scheduler-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-scheduler/src/main/docs/scheduler-component.adoc b/components/camel-scheduler/src/main/docs/scheduler-component.adoc
index 8926b2821ce..9f5630076a7 100644
--- a/components/camel-scheduler/src/main/docs/scheduler-component.adoc
+++ b/components/camel-scheduler/src/main/docs/scheduler-component.adoc
@@ -17,8 +17,8 @@
 The Scheduler component is used to generate message exchanges when a
 scheduler fires. This component is similar to the
  xref:timer-component.adoc[Timer] component, but it offers more functionality in
-terms of scheduling. Also this component uses
-JDK `ScheduledExecutorService`. Where as the timer uses a JDK `Timer`.
+terms of scheduling. Also, this component uses
+JDK `ScheduledExecutorService`, whereas the timer uses a JDK `Timer`.
 
 You can only consume events from this endpoint.