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 <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.