From f2328f035f33b9c7c37c95b5eef4feeb66ecdc63 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 29 Apr 2019 02:45:13 +0300 Subject: [PATCH] Fix typo: authomatically --- 4-binary/03-blob/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: