1
0
mirror of https://github.com/actix/actix-website synced 2025-08-29 08:09:19 +02:00

Merge pull request #25 from jasonrhansen/patch-1

Fix typo in autoreload.md
This commit is contained in:
Nikolay Kim
2018-06-12 09:16:48 -07:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ an external socket opened by `systemfd`. Add the listenfd dependency to your
app: app:
```ini ```ini
[dependencices] [dependencies]
listenfd = "0.3" listenfd = "0.3"
``` ```