From 0509c4206d88b63413b1e479f4a3ba679f65664f Mon Sep 17 00:00:00 2001 From: Tanvir Alam Date: Tue, 15 Sep 2026 03:29:06 +0600 Subject: [PATCH 1/2] Fix spelling of restoring in credentials docs --- docs/src/api/class-credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-credentials.md b/docs/src/api/class-credentials.md index 16e056402c453..abcec7ffc0304 100644 --- a/docs/src/api/class-credentials.md +++ b/docs/src/api/class-credentials.md @@ -267,7 +267,7 @@ await page.GotoAsync("https://example.com/login"); **Usage: save credentials in the storage state, restore later** -See [authentication guide](../auth.md) for examples of using saving and resotring the storage state. +See [authentication guide](../auth.md) for examples of using saving and restoring the storage state. **Defaults** From c58a03073b4806ae38702b30439030ece06ce4f6 Mon Sep 17 00:00:00 2001 From: Tanvir Alam Date: Tue, 15 Sep 2026 07:00:58 +0600 Subject: [PATCH 2/2] =?UTF-8?q?Update=20generated=20types:=20resotring=20?= =?UTF-8?q?=E2=86=92=20restoring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/playwright-client/types/types.d.ts | 2 +- packages/playwright-core/types/types.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playwright-client/types/types.d.ts b/packages/playwright-client/types/types.d.ts index 1aaccdadf3550..be0790ba1a826 100644 --- a/packages/playwright-client/types/types.d.ts +++ b/packages/playwright-client/types/types.d.ts @@ -20908,7 +20908,7 @@ export interface Coverage { * * **Usage: save credentials in the storage state, restore later** * - * See [authentication guide](https://playwright.dev/docs/auth) for examples of using saving and resotring the storage state. + * See [authentication guide](https://playwright.dev/docs/auth) for examples of using saving and restoring the storage state. * * **Defaults** */ diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index 1aaccdadf3550..be0790ba1a826 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -20908,7 +20908,7 @@ export interface Coverage { * * **Usage: save credentials in the storage state, restore later** * - * See [authentication guide](https://playwright.dev/docs/auth) for examples of using saving and resotring the storage state. + * See [authentication guide](https://playwright.dev/docs/auth) for examples of using saving and restoring the storage state. * * **Defaults** */