Skip to content

Commit

Permalink
馃憖 Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elie29 committed Oct 15, 2019
1 parent 6058b69 commit c302988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/elie29/autodestroy/badge.svg?branch=master)](https://coveralls.io/github/elie29/autodestroy?branch=master)
[![Open Source Love](https://badges.frapsoft.com/os/v3/open-source.svg?v=102)](https://github.com/elie29/autodestory)

## Purpose
## Problem

When we use RxJS, we have to cancel all subscription objects we create. In angular, we have the possibility to use [async pipe](https://angular.io/api/common/AsyncPipe). However, in some use cases, we don't have this opportunity and we need manually to unsubscribe each subscription or complete the Observable by using takeUntil.

Expand Down

0 comments on commit c302988

Please sign in to comment.