1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +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:
```ini
[dependencices]
[dependencies]
listenfd = "0.3"
```