You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2015/07/01 08:44:49 UTC

svn commit: r1688557 - /sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Author: kwin
Date: Wed Jul  1 06:44:48 2015
New Revision: 1688557

URL: http://svn.apache.org/r1688557
Log:
fix typos

Modified:
    sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Modified: sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext?rev=1688557&r1=1688556&r2=1688557&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext Wed Jul  1 06:44:48 2015
@@ -3,7 +3,7 @@ Title: Scheduler Service (commons schedu
 The scheduler is a service for scheduling other services/jobs (it uses the open source Quartz library). The scheduler can be used in two ways, by registering the job through the scheduler API and by leveraging the whiteboard pattern that is supported by the scheduler. In most cases the whiteboard pattern is preferred
 
 <div class="note">
-This notion of Job used here is a different one that the one used for [Sling Jobs]({{ refs.apache-sling-eventing-and-job-handling.path }}). The main difference is that a scheduler job is not persisted. 
+The notion of Job used in this context is a different one than the one used for [Sling Jobs]({{ refs.apache-sling-eventing-and-job-handling.path }}) . The main difference is that a scheduler's job is not persisted. 
 </div>
 
 ## Examples of jobs that are scheduled by leveraging the whiteboard pattern