Skip to content

Commit cf9c5ee

Browse files
authored
extra new line symbol
1 parent b300836 commit cf9c5ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

4-binary/03-blob/article.md

Lines changed: 1 addition & 2 deletions
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)