We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde0e1e + 79bf626 commit e92bb83Copy full SHA for e92bb83
1 file changed
2-ui/99-ui-misc/03-event-loop/article.md
@@ -335,5 +335,5 @@ That's a way to run code in another, parallel thread.
335
336
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
337
338
-Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiplle CPU cores simultaneously.
+Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiple CPU cores simultaneously.
339
```
0 commit comments