From 56d3b08c577de9499d65d94d1b2e587e8ece592f Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 8 Dec 2021 09:25:24 +0100 Subject: [PATCH] Update src/common/JSHandle.ts Co-authored-by: Johan Bay --- src/common/JSHandle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/JSHandle.ts b/src/common/JSHandle.ts index c3e6a5e5bd304..43b33235377ab 100644 --- a/src/common/JSHandle.ts +++ b/src/common/JSHandle.ts @@ -377,7 +377,7 @@ export class ElementHandle< * i.e. have `display: none` or `visibility: hidden` CSS properties. Defaults to * `false`. * - * - `timeout`: maximum time to wait for in milliseconds. Defaults to `30000` + * - `timeout`: maximum time to wait in milliseconds. Defaults to `30000` * (30 seconds). Pass `0` to disable timeout. The default value can be changed * by using the {@link Page.setDefaultTimeout} method. */