We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a42b00f + cf9c5ee commit c261a8dCopy full SHA for c261a8d
1 file changed
4-binary/03-blob/article.md
@@ -59,8 +59,7 @@ A Blob can be easily used as an URL for `<a>`, `<img>` or other tags, to show it
59
60
Thanks to `type`, we can allso download/upload blobs, and it naturally becomes `Content-Type` in network requests.
61
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:
+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:
64
65
```html run
66
<!-- download attribute forces the browser to download instead of navigating -->
0 commit comments