Update index.md - fix typo (#1490)

Fix spelling typo in "long" polling example.
This commit is contained in:
Kevin Bomberry
2021-07-08 00:38:07 -07:00
committed by GitHub
parent 8921f04627
commit 0277c202c8
+1 -1
View File
@@ -14,7 +14,7 @@ Hugo uses [Fsnotify](https://github.com/fsnotify/fsnotify) to provide native fil
hugo server --poll 700ms
```
You van even do "long polling" by passing a long interval:
You can even do "long polling" by passing a long interval:
```bash
hugo server --poll 24h