Skip to content

Commit 07f2396

Browse files
committed
docs: fix typo in readme example
1 parent 703216d commit 07f2396

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
@@ -92,7 +92,7 @@ var app = express()
9292
// compress all requests
9393
app.use(compression())
9494

95-
// add alll routes
95+
// add all routes
9696
```
9797

9898
### Server-Sent Events

0 commit comments

Comments
 (0)