diff --git a/4-binary/03-blob/article.md b/4-binary/03-blob/article.md index d75973ea..d7ad291b 100644 --- a/4-binary/03-blob/article.md +++ b/4-binary/03-blob/article.md @@ -72,7 +72,7 @@ link.href = URL.createObjectURL(blob); ``` -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: