fix(docs): failing typo (#18510) [no ci]

This commit is contained in:
Don Isaac
2025-03-26 16:06:40 -07:00
committed by GitHub
parent 1bfccf707b
commit 3af6f7a5fe

View File

@@ -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.