hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit e65268f2c2dd5ac54681d3266564901d99ed3ea3
parent f863b6a07e896baca30e5a5acdd4a852ab35aef9
Author: Christian Oliff <christianoliff@yahoo.com>
Date:   Mon, 29 Oct 2018 20:09:19 +0900

Correct minor typo (#5372)

> Errors will no show up

should be:

> Errors will now show up
Diffstat:
Mdocs/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
@@ -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