Skip to content

Commit 8fd82f2

Browse files
doc: fix guaranteed typo
1 parent ba4bf1f commit 8fd82f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/node.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
22872287
mitigate this issue, one potential solution is to increase the size of libuv's
22882288
threadpool by setting the \fB'UV_THREADPOOL_SIZE'\fR environment variable to a value
22892289
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
2290+
the process using \fBprocess.env.UV_THREADPOOL_SIZE=size\fR is not guaranteed to work
22912291
as the threadpool would have been created as part of the runtime initialisation
22922292
much before user code is run. For more information, see the libuv threadpool documentation.
22932293
.

0 commit comments

Comments
 (0)