From bb51b0a2505c9692cd476262050d901be5179547 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 27 Jun 2024 13:59:58 -0700 Subject: [PATCH] update generated types --- packages/playwright-core/types/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index d197abbca4..a333347729 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -19687,7 +19687,7 @@ export interface Touchscreen { /** * Synthesizes a touch event. * @param type Type of the touch event. - * @param touchPoints List of touch points for this event. `id` is a unieue identifier of a touch point that helps indentify it between + * @param touchPoints List of touch points for this event. `id` is a unique identifier of a touch point that helps identify it between * touch events for the duration of its movement around the surface. */ touch(type: "touchstart"|"touchend"|"touchmove"|"touchcancel", touchPoints: ReadonlyArray<{