diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index dbb20aff499027..ed4574ef441dd5 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -125,7 +125,7 @@ structured data, memory regions and other `MessagePort`s between different [`Worker`][]s. With the exception of `MessagePort`s being [`EventEmitter`][]s rather -than `EventTarget`s, this implementation matches [browser `MessagePort`][]s. +than [`EventTarget`][]s, this implementation matches [browser `MessagePort`][]s. ### Event: 'close'