We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7547e79 commit ba4bf1fCopy full SHA for ba4bf1f
1 file changed
doc/api/cli.md
@@ -4074,7 +4074,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
4074
mitigate this issue, one potential solution is to increase the size of libuv's
4075
threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value
4076
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
+the process using `process.env.UV_THREADPOOL_SIZE=size` is not guaranteed to work
4078
as the threadpool would have been created as part of the runtime initialisation
4079
much before user code is run. For more information, see the [libuv threadpool documentation][].
4080
0 commit comments