Skip to content

Commit f2328f0

Browse files
committed
Fix typo: authomatically
1 parent b10274c commit f2328f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎4-binary/03-blob/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ link.href = URL.createObjectURL(blob);
7272
</script>
7373
```
7474

75-
We can also create a link dynamically in JavaScript and simulate a click by `link.click()`, then download starts authomatically.
75+
We can also create a link dynamically in JavaScript and simulate a click by `link.click()`, then download starts automatically.
7676

7777
Here's the similar "on the fly" blob creation and download code, but without HTML:
7878

0 commit comments

Comments
 (0)