Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/api/class-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-client/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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**
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-core/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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**
*/
Expand Down
Loading