aboutsummaryrefslogtreecommitdiff
path: root/docs/api/workers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/workers.md')
-rw-r--r--docs/api/workers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/workers.md b/docs/api/workers.md
index 1a4a09965..50fdb9c3d 100644
--- a/docs/api/workers.md
+++ b/docs/api/workers.md
@@ -130,7 +130,7 @@ const worker = new Worker(new URL("worker.ts", import.meta.url).href);
worker.unref();
```
-Note: `worker.unref()` is not available in browers.
+Note: `worker.unref()` is not available in browsers.
### `worker.ref()`
@@ -151,7 +151,7 @@ const worker = new Worker(new URL("worker.ts", import.meta.url).href, {
});
```
-Note: `worker.ref()` is not available in browers.
+Note: `worker.ref()` is not available in browsers.
## Memory usage with `smol`