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** *