Skip to content

Commit ba4bf1f

Browse files
doc: fix guaranteed typo
1 parent 7547e79 commit ba4bf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

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

0 commit comments

Comments
 (0)