Skip to content

Commit e92bb83

Browse files
authored
Merge pull request #1670 from siddtheone/patch-1
Spell correction
2 parents fde0e1e + 79bf626 commit e92bb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/03-event-loop/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,5 @@ That's a way to run code in another, parallel thread.
335335
336336
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
337337
338-
Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiplle CPU cores simultaneously.
338+
Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiple CPU cores simultaneously.
339339
```

0 commit comments

Comments
 (0)