Skip to content

Commit 70f982a

Browse files
Trotttargos
authored andcommitted
doc: change comma-splice to two sentences
PR-URL: #42455 Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 69a4daa commit 70f982a

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
@@ -427,7 +427,7 @@ heap limit. `count` should be a non-negative integer (in which case
427427
Node.js will write no more than `max_count` snapshots to disk).
428428

429429
When generating snapshots, garbage collection may be triggered and bring
430-
the heap usage down, therefore multiple snapshots may be written to disk
430+
the heap usage down. Therefore multiple snapshots may be written to disk
431431
before the Node.js instance finally runs out of memory. These heap snapshots
432432
can be compared to determine what objects are being allocated during the
433433
time consecutive snapshots are taken. It's not guaranteed that Node.js will

0 commit comments

Comments
 (0)