Skip to content

Commit

Permalink
Fix typo in inp.ts (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoop committed Jul 7, 2023
1 parent e35816e commit 8c70367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/inp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface INPAttribution {
*/
eventEntry?: PerformanceEventTiming;
/**
* The loading state of the document at the time when the even corresponding
* The loading state of the document at the time when the event corresponding
* to INP occurred (see `LoadState` for details). If the interaction occurred
* while the document was loading and executing script (e.g. usually in the
* `dom-interactive` phase) it can result in long delays.
Expand Down

0 comments on commit 8c70367

Please sign in to comment.