There was an error while loading. Please reload this page.
1 parent 2e78e4b commit 8cefc6eCopy full SHA for 8cefc6e
1 file changed
doc/api/cli.md
@@ -4072,7 +4072,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
4072
mitigate this issue, one potential solution is to increase the size of libuv's
4073
threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value
4074
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
+the process using `process.env.UV_THREADPOOL_SIZE=size` is not guaranteed to work
4076
as the threadpool would have been created as part of the runtime initialisation
4077
much before user code is run. For more information, see the [libuv threadpool documentation][].
4078
0 commit comments