Skip to content

Commit b87c0d6

Browse files
0xkalvindanielleadams
authored andcommitted
doc: fix typo in cli.md
PR-URL: #37214 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 5157525 commit b87c0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Generating V8 snapshots takes time and memory (both memory managed by the
357357
V8 heap and native memory outside the V8 heap). The bigger the heap is,
358358
the more resources it needs. Node.js will adjust the V8 heap to accommondate
359359
the additional V8 heap memory overhead, and try its best to avoid using up
360-
all the memory avialable to the process. When the process uses
360+
all the memory available to the process. When the process uses
361361
more memory than the system deems appropriate, the process may be terminated
362362
abruptly by the system, depending on the system configuration.
363363

0 commit comments

Comments
 (0)