Skip to content

Commit

Permalink
doc: fix typographical error
Browse files Browse the repository at this point in the history
Insert missing word.

PR-URL: #30735
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and targos committed Dec 3, 2019
1 parent 37c70ee commit 3d302ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/perf_hooks.md
Expand Up @@ -547,7 +547,7 @@ The standard deviation of the recorded event loop delays.
### Measuring the duration of async operations

The following example uses the [Async Hooks][] and Performance APIs to measure
the actual duration of a Timeout operation (including the amount of time it
the actual duration of a Timeout operation (including the amount of time it took
to execute the callback).

```js
Expand Down

0 comments on commit 3d302ff

Please sign in to comment.