From 464196c5a9877f33f5d60638da9449c5c4f3aa82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Tue, 4 Jun 2024 09:54:00 -0400 Subject: [PATCH] lint --- packages/playwright-core/types/types.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index 11305a90d5..0918537e86 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -17307,8 +17307,8 @@ export interface Clock { jump(time: number|string): Promise; /** - * Advances the clock to the the moment of the first scheduled timer, firing it. Returns fake milliseconds since the - * unix epoch. + * Advances the clock to the moment of the first scheduled timer, firing it. Returns fake milliseconds since the unix + * epoch. * * **Usage** *