Skip to content

Commit 0ffaf05

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

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
@@ -14,7 +14,7 @@ First install the required package:
1414
$ npm i --save compression
1515
```
1616

17-
Once the installation is complete, apply the compression middleware as a global middleware.
17+
Once the installation is complete, apply the compression middleware as global middleware.
1818

1919
```typescript
2020
import * as compression from 'compression';

0 commit comments

Comments
 (0)