Skip to content

Commit 3b810ca

Browse files
Trottjuanarbol
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 13840ef commit 3b810ca

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

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

0 commit comments

Comments
 (0)