Skip to content

Commit 8cefc6e

Browse files
lilianakatrina684-a11yaduh95
authored andcommitted
doc: fix guaranteed typo
PR-URL: #62374 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 2e78e4b commit 8cefc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4072,7 +4072,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
40724072
mitigate this issue, one potential solution is to increase the size of libuv's
40734073
threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value
40744074
greater than `4` (its current default value). However, setting this from inside
4075-
the process using `process.env.UV_THREADPOOL_SIZE=size` is not guranteed to work
4075+
the process using `process.env.UV_THREADPOOL_SIZE=size` is not guaranteed to work
40764076
as the threadpool would have been created as part of the runtime initialisation
40774077
much before user code is run. For more information, see the [libuv threadpool documentation][].
40784078

0 commit comments

Comments
 (0)