Skip to content

Commit 62b4686

Browse files
Merge pull request #2 from httpland/beta
docs: fix typo
2 parents ef6dfce + 29a8542 commit 62b4686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For a definition of Universal HTTP middleware, see the
2929
Middleware convert message body and adds the `Content-Encoding` header to the
3030
response.
3131

32-
Also, safely add `Accept-Encoding` to the `vary` header in response.
32+
Also, safely add `Accept-Encoding` to the `Vary` header in response.
3333

3434
```ts
3535
import { compression } from "https://deno.land/x/compression_middleware@$VERSION/mod.ts";

0 commit comments

Comments
 (0)