machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
691 stars 157 forks source link

docs: Replace cancelOn with cancelAll in route-tasks #376

Closed bantic closed 3 years ago

bantic commented 3 years ago

Small docs change. PR https://github.com/machty/ember-concurrency/pull/317 changed the detail-route.js snippet but didn't update the corresponding section of the docs. This is that snippet:

https://github.com/machty/ember-concurrency/blob/2be69e87280e7302c0ccfbb21b3884bc04db376f/tests/dummy/app/docs/examples/route-tasks/detail/route.js#L5-L34