From cf9c5ee71146a03a0bff987eea5f4e8e5418c455 Mon Sep 17 00:00:00 2001 From: 1van0v Date: Thu, 4 Jul 2019 16:28:17 +0300 Subject: [PATCH] extra new line symbol --- 4-binary/03-blob/article.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/4-binary/03-blob/article.md b/4-binary/03-blob/article.md index d0d17678..9fac4efb 100644 --- a/4-binary/03-blob/article.md +++ b/4-binary/03-blob/article.md @@ -59,8 +59,7 @@ A Blob can be easily used as an URL for ``, `` or other tags, to show it Thanks to `type`, we can allso download/upload blobs, and it naturally becomes `Content-Type` in network requests. -Let's start with a simple example. By\ - clicking on a link you download a dynamically-generated blob with `hello world` contents as a file: +Let's start with a simple example. By clicking on a link you download a dynamically-generated blob with `hello world` contents as a file: ```html run