From 3af6f7a5fef0d979feeba3cbd2938f2c982b0efe Mon Sep 17 00:00:00 2001 From: Don Isaac Date: Wed, 26 Mar 2025 16:06:40 -0700 Subject: [PATCH] fix(docs): failing typo (#18510) [no ci] --- docs/api/cookie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/cookie.md b/docs/api/cookie.md index 8376a74444..1c609b28eb 100644 --- a/docs/api/cookie.md +++ b/docs/api/cookie.md @@ -111,7 +111,7 @@ cookies.set(cookie); #### `delete(options: CookieStoreDeleteOptions): void` -Removes a cookie from the map. When applied to a Response, this adds a cookie with an empty string value and an expiry date in the past. A cookie will only delete succesfully on the browser if the domain and path is the same as it was when the cookie was created. +Removes a cookie from the map. When applied to a Response, this adds a cookie with an empty string value and an expiry date in the past. A cookie will only delete successfully on the browser if the domain and path is the same as it was when the cookie was created. ```ts // Delete by name using default domain and path.