Correct minor typo (#5372)
authorChristian Oliff <christianoliff@yahoo.com>
Mon, 29 Oct 2018 11:09:19 +0000 (20:09 +0900)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 29 Oct 2018 11:09:19 +0000 (12:09 +0100)
> Errors will no show up

should be:

> Errors will now show up

docs/content/en/news/0.50-relnotes/index.md

index 57462aedb31373cd4963c3ca1bd7f2ff9585a857..41fe038f4ce98e224365af2da529ef4e0c7f9278 100644 (file)
@@ -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