Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
LisiLisenok committed May 4, 2017
1 parent 7090880 commit 0de4095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/herd/schedule/chime/module.ceylon
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
2. Scheduler name must not contain **:**. Since it is used as separator
in full timer name - **scheduler name:timer name**, see [timer.](#timer).
> [[Scheduler]] interface proxies event bus and provides a convinient way to eachange messages with particular scheduler.
> [[Scheduler]] interface provides a convenient way to eachange messages with particular scheduler.
#### <a name =\"scheduler-example\"></a> Scheduler example.
Expand Down Expand Up @@ -280,7 +280,7 @@
* Timer fires only if both timer and scheduler states are _running_.
* `description` field is discussed [below](#supported-timers).
> [[Timer]] interface proxies event bus and provides a convinient way to eachange messages with particular timer.
> [[Timer]] interface provides a convenient way to eachange messages with particular timer.
#### <a name =\"unique-timer-name\"></a> Unique timer name.
Expand Down

0 comments on commit 0de4095

Please sign in to comment.