Skip to content

Commit 1ebe7d7

Browse files
TrottMylesBorins
authored andcommitted
doc: fix punctuation in v8.md
Two minor punctuation fixes for v8.md. PR-URL: #36192 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 591a05b commit 1ebe7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/v8.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ added: REPLACEME
231231

232232
The `v8.takeCoverage()` method allows the user to write the coverage started by
233233
[`NODE_V8_COVERAGE`][] to disk on demand. This method can be invoked multiple
234-
times during the lifetime of the process, each time the execution counter will
234+
times during the lifetime of the process. Each time the execution counter will
235235
be reset and a new coverage report will be written to the directory specified
236236
by [`NODE_V8_COVERAGE`][].
237237

238238
When the process is about to exit, one last coverage will still be written to
239-
disk, unless [`v8.stopCoverage()`][] is invoked before the process exits.
239+
disk unless [`v8.stopCoverage()`][] is invoked before the process exits.
240240

241241
## `v8.stopCoverage()`
242242

0 commit comments

Comments
 (0)