shithub: hugo

Download patch

ref: e65268f2c2dd5ac54681d3266564901d99ed3ea3
parent: f863b6a07e896baca30e5a5acdd4a852ab35aef9
author: Christian Oliff <[email protected]>
date: Mon Oct 29 16:09:19 EDT 2018

Correct minor typo (#5372)

> Errors will no show up

should be:

> Errors will now show up

--- a/docs/content/en/news/0.50-relnotes/index.md
+++ b/docs/content/en/news/0.50-relnotes/index.md
@@ -34,7 +34,7 @@
 ## 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