Merge pull request #1118 from 1van0v/patch-2

extra new line symbol
This commit is contained in:
Ilya Kantor 2019-07-05 15:57:10 +03:00 committed by GitHub
commit c261a8dc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,8 +59,7 @@ A Blob can be easily used as an URL for `<a>`, `<img>` 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
<!-- download attribute forces the browser to download instead of navigating -->