Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Apr 4, 2024
1 parent 4f81c94 commit e21e9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/puppeteer.page.authenticate.md
Expand Up @@ -10,7 +10,7 @@ Provide credentials for `HTTP authentication`.

```typescript
class Page {
abstract authenticate(credentials: Credentials): Promise<void>;
abstract authenticate(credentials: Credentials | null): Promise<void>;
}
```

Expand All @@ -35,7 +35,7 @@ credentials

</td><td>

[Credentials](./puppeteer.credentials.md)
[Credentials](./puppeteer.credentials.md) \| null

</td><td>

Expand Down

0 comments on commit e21e9b1

Please sign in to comment.