diff --git a/doc/schedulers/requestanimationframescheduler.md b/doc/schedulers/requestanimationframescheduler.md index c7ebd09..5f4c685 100644 --- a/doc/schedulers/requestanimationframescheduler.md +++ b/doc/schedulers/requestanimationframescheduler.md @@ -1,7 +1,7 @@ ### `Rx.Scheduler.requestAnimationFrame` [Ⓢ](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/requestanimationframescheduler.js "View in source") -Gets an `Rx.Scheduler` that schedules schedules work on the `window.requestAnimationFrame` for immediate actions and defaults to `window.setTimeout` if not available. +Gets an `Rx.Scheduler` that schedules work on the `window.requestAnimationFrame` for immediate actions and defaults to `window.setTimeout` if not available. #### Example ```js