diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index af01ed7f7fba0b..7b56bc092e36eb 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -157,7 +157,7 @@ console.log(receiveMessageOnPort(port2)); When this function is used, no `'message'` event will be emitted and the `onmessage` listener will not be invoked. -### worker.resourceLimits +## worker.resourceLimits