summaryrefslogtreecommitdiff
path: root/std/http/README.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-09 17:22:22 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-10-09 17:22:22 -0400
commit93f7f00c956c14620ef031626f124b57397ca867 (patch)
treec5a9f536e79d2c8d2d02897511a9138acaf35394 /std/http/README.md
parent28293acd9c12a94f5d769706291032e844c7b92b (diff)
Run deno_std tests in github actions
Diffstat (limited to 'std/http/README.md')
-rw-r--r--std/http/README.md4
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";