Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9caa785

Browse filesBrowse files
lilianakatrina684-a11yaduh95
authored andcommitted
doc: fix guaranteed typo
PR-URL: #62374 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 3009980 commit 9caa785
Copy full SHA for 9caa785

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4070,7 +4070,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
40704070
mitigate this issue, one potential solution is to increase the size of libuv's
40714071
threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value
40724072
greater than `4` (its current default value). However, setting this from inside
4073-
the process using `process.env.UV_THREADPOOL_SIZE=size` is not guranteed to work
4073+
the process using `process.env.UV_THREADPOOL_SIZE=size` is not guaranteed to work
40744074
as the threadpool would have been created as part of the runtime initialisation
40754075
much before user code is run. For more information, see the [libuv threadpool documentation][].
40764076

Collapse file

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
22932293
mitigate this issue, one potential solution is to increase the size of libuv's
22942294
threadpool by setting the \fB'UV_THREADPOOL_SIZE'\fR environment variable to a value
22952295
greater than \fB4\fR (its current default value). However, setting this from inside
2296-
the process using \fBprocess.env.UV_THREADPOOL_SIZE=size\fR is not guranteed to work
2296+
the process using \fBprocess.env.UV_THREADPOOL_SIZE=size\fR is not guaranteed to work
22972297
as the threadpool would have been created as part of the runtime initialisation
22982298
much before user code is run. For more information, see the libuv threadpool documentation.
22992299
.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.