From e21e9b149e8162bbf0675504d6ec7c662d13f603 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Thu, 4 Apr 2024 12:14:00 +0200 Subject: [PATCH] docs: update --- docs/api/puppeteer.page.authenticate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/puppeteer.page.authenticate.md b/docs/api/puppeteer.page.authenticate.md index b2afc1dca4497..63234f4c71a39 100644 --- a/docs/api/puppeteer.page.authenticate.md +++ b/docs/api/puppeteer.page.authenticate.md @@ -10,7 +10,7 @@ Provide credentials for `HTTP authentication`. ```typescript class Page { - abstract authenticate(credentials: Credentials): Promise; + abstract authenticate(credentials: Credentials | null): Promise; } ``` @@ -35,7 +35,7 @@ credentials -[Credentials](./puppeteer.credentials.md) +[Credentials](./puppeteer.credentials.md) \| null