1
0
mirror of https://github.com/actix/actix-website synced 2025-02-02 04:09:06 +01:00

Fix typo in autoreload.md

This commit is contained in:
jasonrhansen 2018-06-12 10:15:33 -06:00 committed by GitHub
parent 161fbe4722
commit 7833868c04
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"
```