Skip to content

Commit

Permalink
Fix typo which mentioned that tap was called for rejections. (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTPate authored and petkaantonov committed Mar 3, 2017
1 parent 901a563 commit 1d9cba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api/tap.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: .tap
```


Like [`.finally`](.) that is not called for rejections.
Unlike [`.finally`](.) this is not called for rejections.

```js
getUser().tap(function(user) {
Expand Down Expand Up @@ -60,4 +60,4 @@ doSomething()
(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 1d9cba4

Please sign in to comment.