Skip to content

Commit 13ad9ce

Browse files
Update content/techniques/compression.md
Co-Authored-By: John Biundo <[email protected]>
1 parent e0fc351 commit 13ad9ce

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
@@ -30,7 +30,7 @@ If using the `FastifyAdapter`, you'll want to use [fastify-compress](https://git
3030
$ npm i --save fastify-compress
3131
```
3232

33-
Once the installation is complete, apply the fastify-compress middleware as a global middleware.
33+
Once the installation is complete, apply the fastify-compress middleware as global middleware.
3434

3535
```typescript
3636
import * as compression from 'fastify-compress';

0 commit comments

Comments
 (0)