From 0a3c9fe7c58fb98e846cbb036d0dea0b8406b78a Mon Sep 17 00:00:00 2001 From: Md Tanvir Alam Date: Tue, 15 Sep 2026 00:46:26 +0600 Subject: [PATCH] Fix spelling of restoring in Credentials javadoc --- .../src/main/java/com/microsoft/playwright/Credentials.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/src/main/java/com/microsoft/playwright/Credentials.java b/playwright/src/main/java/com/microsoft/playwright/Credentials.java index 15d2cf098..67af8cdbd 100644 --- a/playwright/src/main/java/com/microsoft/playwright/Credentials.java +++ b/playwright/src/main/java/com/microsoft/playwright/Credentials.java @@ -78,7 +78,7 @@ * *

Usage: save credentials in the storage state, restore later * - *

See authentication guide for examples of using saving and resotring + *

See authentication guide for examples of using saving and restoring * the storage state. * *

Defaults