Skip to content

Commit c261a8d

Browse files
authored
Merge pull request #1118 from 1van0v/patch-2
extra new line symbol
2 parents a42b00f + cf9c5ee commit c261a8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎4-binary/03-blob/article.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ A Blob can be easily used as an URL for `<a>`, `<img>` or other tags, to show it
5959

6060
Thanks to `type`, we can allso download/upload blobs, and it naturally becomes `Content-Type` in network requests.
6161

62-
Let's start with a simple example. By\
63-
clicking on a link you download a dynamically-generated blob with `hello world` contents as a file:
62+
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:
6463

6564
```html run
6665
<!-- download attribute forces the browser to download instead of navigating -->

0 commit comments

Comments
 (0)