Skip to content

Commit 723a6fd

Browse files
eugleenycTony133
andauthored
Update content/techniques/compression.md
Co-authored-by: Antonio Tripodi <[email protected]>
1 parent 126705d commit 723a6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/compression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { constants } from 'zlib';
4646
await app.register(compression, { brotliOptions: { params: { [constants.BROTLI_PARAM_QUALITY]: 4 } } });
4747
```
4848

49-
To simplify, you may want to tell fastify-compress to only use deflate and gzip to compress responses; you'll end up with potentially larger responses but they'll be delivered much more quickly.
49+
To simplify, you may want to tell `fastify-compress` to only use deflate and gzip to compress responses; you'll end up with potentially larger responses but they'll be delivered much more quickly.
5050

5151
To specify encodings, provide a second argument to `app.register`:
5252

0 commit comments

Comments
 (0)