From 3001feefa5dba523ab3dc8f9f9f874f53179bbdf Mon Sep 17 00:00:00 2001 From: Travis Vander Hoop Date: Thu, 6 Jul 2023 07:49:52 -0600 Subject: [PATCH] Fix typo in inp.ts --- src/types/inp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.