1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01: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
commit fbffdad7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
```