Skip to content

Commit

Permalink
Merge pull request #22 from chriskuehl/master
Browse files Browse the repository at this point in the history
Fix minor typo in README.
  • Loading branch information
Vitalii Samolovskikh committed Oct 22, 2013
2 parents c0aecde + d155204 commit 9525905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The above example will call the 'execute' method every second.
Currently plugin supports three types of {triggers}[http://www.opensymphony.com/quartz/wikidocs/TutorialLesson2.html]:
* <b>simple trigger</b> — executes once per defined interval (ex. "every 10 seconds");
* <b>cron trigger</b> — executes job with cron expression (ex. "at 8:00am every Monday through Friday");
* <b>custom trigeer</b> — your implementation of {Trigger}[http://www.opensymphony.com/quartz/api/org/quartz/Trigger.html] interface.
* <b>custom trigger</b> — your implementation of {Trigger}[http://www.opensymphony.com/quartz/api/org/quartz/Trigger.html] interface.

Multiple triggers per job are allowed.

Expand Down

0 comments on commit 9525905

Please sign in to comment.