From e65268f2c2dd5ac54681d3266564901d99ed3ea3 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 29 Oct 2018 20:09:19 +0900 Subject: [PATCH] Correct minor typo (#5372) > Errors will no show up should be: > Errors will now show up --- docs/content/en/news/0.50-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/news/0.50-relnotes/index.md b/docs/content/en/news/0.50-relnotes/index.md index 57462aedb..41fe038f4 100644 --- a/docs/content/en/news/0.50-relnotes/index.md +++ b/docs/content/en/news/0.50-relnotes/index.md @@ -34,7 +34,7 @@ Hugo now has: ## Notes * You should not get stale content in Fast Render Mode anymore. -* Errors will no show up in the browser by default, turn it off by running `hugo server --disableBrowserError` +* Errors will now show up in the browser by default, turn it off by running `hugo server --disableBrowserError` * `jsonify` will now produce pretty/indented output ## Enhancements