diff options
Diffstat (limited to 'std/http/README.md')
-rw-r--r-- | std/http/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/http/README.md b/std/http/README.md index ab35f9564..e4086c1a4 100644 --- a/std/http/README.md +++ b/std/http/README.md @@ -34,8 +34,8 @@ console.log("Set-Cookie:", cookieHeader); // Set-Cookie: Space=Cat ``` -Deleting a `Cookie` will set its expiration date before now. -Forcing the browser to delete it. +Deleting a `Cookie` will set its expiration date before now. Forcing the browser +to delete it. ```ts import { Response } from "https://deno.land/std/http/server.ts"; |