Skip to content

Commit 658bdb3

Browse files
tniessenMylesBorins
authored andcommitted
doc: remove duplicate words in API docs
PR-URL: #17937 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 3927c6f commit 658bdb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ pipes between the parent and child. The value is one of the following:
623623
have an underlying descriptor (file streams do not until the `'open'`
624624
event has occurred).
625625
5. Positive integer - The integer value is interpreted as a file descriptor
626-
that is is currently open in the parent process. It is shared with the child
626+
that is currently open in the parent process. It is shared with the child
627627
process, similar to how {Stream} objects can be shared.
628628
6. `null`, `undefined` - Use default value. For stdio fds 0, 1, and 2 (in other
629629
words, stdin, stdout, and stderr) a pipe is created. For fd 3 and up, the

doc/api/perf_hooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ Creates a new `PerformanceMeasure` entry in the Performance Timeline. A
125125
`startMark` and `endMark`.
126126

127127
The `startMark` argument may identify any *existing* `PerformanceMark` in the
128-
the Performance Timeline, or *may* identify any of the timestamp properties
128+
Performance Timeline, or *may* identify any of the timestamp properties
129129
provided by the `PerformanceNodeTiming` class. If the named `startMark` does
130130
not exist, then `startMark` is set to [`timeOrigin`][] by default.
131131

132132
The `endMark` argument must identify any *existing* `PerformanceMark` in the
133-
the Performance Timeline or any of the timestamp properties provided by the
133+
Performance Timeline or any of the timestamp properties provided by the
134134
`PerformanceNodeTiming` class. If the named `endMark` does not exist, an
135135
error will be thrown.
136136

0 commit comments

Comments
 (0)