summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 1fc034e4f8..ca4ff637d9 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -257,7 +257,7 @@ added: v0.1.104
* `label` {string}
Starts a timer that can be used to compute the duration of an operation. Timers
-are identified by a unique `label`. Use the same `label` when you call
+are identified by a unique `label`. Use the same `label` when calling
[`console.timeEnd()`][] to stop the timer and output the elapsed time in
milliseconds to `stdout`. Timer durations are accurate to the sub-millisecond.