1 parent b10274c commit f2328f0Copy full SHA for f2328f0
4-binary/03-blob/article.md
@@ -72,7 +72,7 @@ link.href = URL.createObjectURL(blob);
72
</script>
73
```
74
75
-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.
76
77
Here's the similar "on the fly" blob creation and download code, but without HTML:
78
0 commit comments