Skip to content

Commit d020442

Browse files
committed
Fix some its
1 parent 6308026 commit d020442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attribution/onINP.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const MAX_PREVIOUS_FRAMES = 50;
6868
*
6969
* _**Important:** INP should be continually monitored for changes throughout
7070
* 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
7272
* additional callbacks once the user has backgrounded a
7373
* page](https://developer.chrome.com/blog/page-lifecycle-api/#advice-hidden),
7474
* `callback` is always called when the page's visibility state changes to
@@ -301,7 +301,7 @@ export const onINP = (
301301
script.forcedStyleAndLayoutDuration
302302
: 0;
303303
// 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
305305
// totalStyleAndLayoutDuration
306306
totalScriptDuration +=
307307
intersectingScriptDuration - intersectingForceStyleAndLayoutDuration;

0 commit comments

Comments
 (0)