From ba4bf1f64cf41396fa6d4f0c6c226fc24c626c54 Mon Sep 17 00:00:00 2001 From: lilianakatrina684-a11y Date: Sun, 22 Mar 2026 03:19:22 +0800 Subject: [PATCH 1/2] doc: fix guaranteed typo --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index b1a0d674ca4ded..18205fa6ca790c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -4074,7 +4074,7 @@ that run in libuv's threadpool will experience degraded performance. In order to mitigate this issue, one potential solution is to increase the size of libuv's threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value greater than `4` (its current default value). However, setting this from inside -the process using `process.env.UV_THREADPOOL_SIZE=size` is not guranteed to work +the process using `process.env.UV_THREADPOOL_SIZE=size` is not guaranteed to work as the threadpool would have been created as part of the runtime initialisation much before user code is run. For more information, see the [libuv threadpool documentation][]. From 8fd82f2cc8df5fb7fee993ab392e591759d7fd54 Mon Sep 17 00:00:00 2001 From: lilianakatrina684-a11y Date: Sun, 22 Mar 2026 03:19:43 +0800 Subject: [PATCH 2/2] doc: fix guaranteed typo --- doc/node.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/node.1 b/doc/node.1 index e88c005731b40f..032ca2a12d0bf3 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -2287,7 +2287,7 @@ that run in libuv's threadpool will experience degraded performance. In order to mitigate this issue, one potential solution is to increase the size of libuv's threadpool by setting the \fB'UV_THREADPOOL_SIZE'\fR environment variable to a value greater than \fB4\fR (its current default value). However, setting this from inside -the process using \fBprocess.env.UV_THREADPOOL_SIZE=size\fR is not guranteed to work +the process using \fBprocess.env.UV_THREADPOOL_SIZE=size\fR is not guaranteed to work as the threadpool would have been created as part of the runtime initialisation much before user code is run. For more information, see the libuv threadpool documentation. .