Skip to content

Commit

Permalink
Update index.md - fix typo (gohugoio#1490)
Browse files Browse the repository at this point in the history
Fix spelling typo in "long" polling example.
  • Loading branch information
Bomberry authored Jul 8, 2021
1 parent 8921f04 commit 0277c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/news/0.85.0-relnotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0277c20

Please sign in to comment.