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 ba4bf1f commit 8fd82f2Copy full SHA for 8fd82f2
1 file changed
doc/node.1
@@ -2287,7 +2287,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
2287
mitigate this issue, one potential solution is to increase the size of libuv's
2288
threadpool by setting the \fB'UV_THREADPOOL_SIZE'\fR environment variable to a value
2289
greater than \fB4\fR (its current default value). However, setting this from inside
2290
-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
2291
as the threadpool would have been created as part of the runtime initialisation
2292
much before user code is run. For more information, see the libuv threadpool documentation.
2293
.
0 commit comments