summaryrefslogtreecommitdiff
path: root/doc/api/perf_hooks.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-01-01 23:50:02 +0100
committerTobias Nießen <tniessen@tnie.de>2018-01-02 00:13:02 +0100
commitd74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f (patch)
treec92f86089ffcd52b76fd128774ac986f952ebfd9 /doc/api/perf_hooks.md
parentd67e71e4f7dd856ce2ad6837fe99b023c8bb72b0 (diff)
downloadandroid-node-v8-d74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f.tar.gz
android-node-v8-d74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f.tar.bz2
android-node-v8-d74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f.zip
doc: remove duplicate words in API docs
PR-URL: https://github.com/nodejs/node/pull/17937 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 08edafe5b7..5ce94624cb 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -125,12 +125,12 @@ Creates a new `PerformanceMeasure` entry in the Performance Timeline. A
`startMark` and `endMark`.
The `startMark` argument may identify any *existing* `PerformanceMark` in the
-the Performance Timeline, or *may* identify any of the timestamp properties
+Performance Timeline, or *may* identify any of the timestamp properties
provided by the `PerformanceNodeTiming` class. If the named `startMark` does
not exist, then `startMark` is set to [`timeOrigin`][] by default.
The `endMark` argument must identify any *existing* `PerformanceMark` in the
-the Performance Timeline or any of the timestamp properties provided by the
+Performance Timeline or any of the timestamp properties provided by the
`PerformanceNodeTiming` class. If the named `endMark` does not exist, an
error will be thrown.