From cb93001e7fdfdf55d2fce5e5fb87a9539e01b3ad Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 13 May 2024 22:22:35 -0700 Subject: [PATCH] Update files/en-us/web/api/performanceobserver/performanceobserver/index.md --- .../web/api/performanceobserver/performanceobserver/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/performanceobserver/performanceobserver/index.md b/files/en-us/web/api/performanceobserver/performanceobserver/index.md index df736786651f4e4..c81d7d5dfafad62 100644 --- a/files/en-us/web/api/performanceobserver/performanceobserver/index.md +++ b/files/en-us/web/api/performanceobserver/performanceobserver/index.md @@ -34,7 +34,7 @@ new PerformanceObserver(callback) - : The number of entries which could not be recorded because the {{domxref("Performance")}} object's internal buffer was full. - Note that this is only provided the first time the observer calls the callback, when the buffered entries are replayed. Once the observer starts observing future observations, it no longer needs to use the buffer. After the first time, `options` will be an empty object (`{}`). + Note that this is only provided the first time the observer calls the callback, when the buffered entries are replayed. Once the observer starts making future observations, it no longer needs to use the buffer. After the first time, `options` will be an empty object (`{}`). ### Return value