diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 1c18395662f171..8323b9ab03fcd0 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -214,7 +214,7 @@ Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` whose `performanceEntry.entryType` is equal to `type`. -### `performance.mark([name[, options]])` +### `performance.mark(name[, options])`