Fix typo: authomatically
This commit is contained in:
parent
b10274c995
commit
f2328f035f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ link.href = URL.createObjectURL(blob);
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
We can also create a link dynamically in JavaScript and simulate a click by `link.click()`, then download starts authomatically.
|
We can also create a link dynamically in JavaScript and simulate a click by `link.click()`, then download starts automatically.
|
||||||
|
|
||||||
Here's the similar "on the fly" blob creation and download code, but without HTML:
|
Here's the similar "on the fly" blob creation and download code, but without HTML:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue