File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const MAX_PREVIOUS_FRAMES = 50;
68
68
*
69
69
* _**Important:** INP should be continually monitored for changes throughout
70
70
* the entire lifespan of a page—including if the user returns to the page after
71
- * it's been hidden/backgrounded. However, since browsers often [will not fire
71
+ * it has been hidden/backgrounded. However, since browsers often [will not fire
72
72
* additional callbacks once the user has backgrounded a
73
73
* page](https://developer.chrome.com/blog/page-lifecycle-api/#advice-hidden),
74
74
* `callback` is always called when the page's visibility state changes to
@@ -301,7 +301,7 @@ export const onINP = (
301
301
script . forcedStyleAndLayoutDuration
302
302
: 0 ;
303
303
// For scripts we exclude forcedStyleAndLayout (same as DevTools does
304
- // in it's summary totals) and instead include that in
304
+ // in its summary totals) and instead include that in
305
305
// totalStyleAndLayoutDuration
306
306
totalScriptDuration +=
307
307
intersectingScriptDuration - intersectingForceStyleAndLayoutDuration ;
You can’t perform that action at this time.
0 commit comments