Merge pull request #577 from fantattitude/patch-2

Markdown typo on Why.md
This commit is contained in:
Krunoslav Zaher 2016-03-26 11:32:24 +01:00
commit 157d7f1328
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ viewModel
.addDisposableTo(disposeBag)
```
** Official suggestion is to always use `.addDisposableTo(disposeBag)` even though that's not necessary for simple bindings.**
**Official suggestion is to always use `.addDisposableTo(disposeBag)` even though that's not necessary for simple bindings.**
### Retries