From 61c59c67eb667682dc71a3e2923c4f5adea74335 Mon Sep 17 00:00:00 2001 From: maiki Date: Mon, 29 Oct 2018 08:47:41 -0700 Subject: [PATCH] Fix misspelling (#648) --- content/en/news/0.50-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.50-relnotes/index.md b/content/en/news/0.50-relnotes/index.md index 26304a60a..46ab61cd0 100644 --- a/content/en/news/0.50-relnotes/index.md +++ b/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