diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 0e6444b7c664f5..fa409627ebc472 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -306,7 +306,7 @@ In particular, the significant differences to `JSON` are:
 - `value` may contain circular references.
 - `value` may contain instances of builtin JS types such as `RegExp`s,
   `BigInt`s, `Map`s, `Set`s, etc.
-- `value` may contained typed arrays, both using `ArrayBuffer`s
+- `value` may contain typed arrays, both using `ArrayBuffer`s
    and `SharedArrayBuffer`s.
 - `value` may contain [`WebAssembly.Module`][] instances.
 - `value` may not contain native (C++-backed) objects other than `MessagePort`s.