Fix typo: authomatically

This commit is contained in:
Alexey Pyltsyn 2019-04-29 02:45:13 +03:00
parent b10274c995
commit f2328f035f

View file

@ -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: