diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 61634056679062..a43ea2ba817b6f 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -1335,11 +1335,15 @@ added: v16.0.0 The `PerformanceObserverEntryList` class is used to provide access to the `PerformanceEntry` instances passed to a `PerformanceObserver`. -The constructor of this class is not exposed to users. +The constructor of this class is not exposed to users directly. ### `performanceObserverEntryList.getEntries()`