chore: follow up to align the tsdoc

This commit is contained in:
Pavel 2024-03-02 07:32:44 -08:00
parent e83b4c25be
commit 04e1747038

View file

@ -8442,7 +8442,7 @@ export interface BrowserContext {
pages(): Array<Page>; pages(): Array<Page>;
/** /**
* Removes cookies from context. The method will throw an error if either name, domain or path has not been passed. * Removes cookies from context. At least one of the removal criteria should be provided.
* *
* **Usage** * **Usage**
* *