From 0277c202c8ffca4f9a1eb3508c0843ecaa4599ac Mon Sep 17 00:00:00 2001 From: Kevin Bomberry Date: Thu, 8 Jul 2021 00:38:07 -0700 Subject: [PATCH] Update index.md - fix typo (#1490) Fix spelling typo in "long" polling example. --- content/en/news/0.85.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.85.0-relnotes/index.md b/content/en/news/0.85.0-relnotes/index.md index beacd311f..e0c25e537 100644 --- a/content/en/news/0.85.0-relnotes/index.md +++ b/content/en/news/0.85.0-relnotes/index.md @@ -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