diff --git a/src/types/inp.ts b/src/types/inp.ts index e7e4ad3f..184f965c 100644 --- a/src/types/inp.ts +++ b/src/types/inp.ts @@ -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.