diff --git a/Documentation/Why.md b/Documentation/Why.md index a76d2d2a..e3bb4575 100644 --- a/Documentation/Why.md +++ b/Documentation/Why.md @@ -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