From e0e113f969cb4a3b0c885fc517bdd9cd3297b70f Mon Sep 17 00:00:00 2001 From: Vivien Leroy Date: Fri, 25 Mar 2016 15:24:42 +0100 Subject: [PATCH] Markdown typo on Why.md Sentence was not bold because of space after the two stars --- Documentation/Why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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