cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Fix minor "Async" typo in API docs #430

Closed levibuzolic closed 9 years ago

levibuzolic commented 9 years ago

doAyncOperationThatMightFail => doAsyncOperationThatMightFail

briancavalier commented 9 years ago

Awesome, thanks @levibuzolic. The travis failure looks like a saucelabs hiccup. I restarted it, and once it goes green, I'll merge this.

briancavalier commented 9 years ago

Saucelabs is still choking, but it's clearly impossible for your change to have caused a problem. Since master is passing, I'm good to merge this. Thanks again for the fix!

levibuzolic commented 9 years ago

Thanks Brian. :ok_hand: