Skip to content

Commit

Permalink
Merge pull request #823 from fasterthanlime/patch-2
Browse files Browse the repository at this point in the history
'because' typo in cancellation doc
  • Loading branch information
spion committed Oct 27, 2015
2 parents 5963239 + 1e30f43 commit f93aaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api/cancellation.md
Expand Up @@ -77,7 +77,7 @@ As shown in the example the handlers registered with `.finally` are called even

###What about promises that have multiple consumers?

It is often said that promises cannot be cancellable beacuse they can have multiple consumers.
It is often said that promises cannot be cancellable because they can have multiple consumers.

For instance:

Expand Down Expand Up @@ -109,4 +109,4 @@ Note that it is an error to consume an already cancelled promise, doing such a t
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>

0 comments on commit f93aaf1

Please sign in to comment.