Skip to content

Commit

Permalink
Merge pull request #6 from Alonski/patch-1
Browse files Browse the repository at this point in the history
fix: grammar error `take accept` -> `accept`
  • Loading branch information
alexlafroscia authored Feb 13, 2019
2 parents e0ce231 + bef5e5e commit 04758f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/app/pods/docs/features/scheduler/template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run Loop Scheduler

RxJS has the concept of a [Scheduler][rxjs-scheduler], which is can use to queue work that should happen sometime in the future. Many Observables or Operators that deal with "time" can take accept a Scheduler as an argument if you need to customize how this work is planned.
RxJS has the concept of a [Scheduler][rxjs-scheduler], which is can use to queue work that should happen sometime in the future. Many Observables or Operators that deal with "time" can accept a Scheduler as an argument if you need to customize how this work is planned.

Ember also has a means for scheduling tasks in the future; the [Run Loop][run-loop]. In order to schedule events from RxJS into the Run Loop, you can leverage the scheduler provided by `ember-rx`.

Expand Down

0 comments on commit 04758f3

Please sign in to comment.