summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2018-10-29 20:09:19 +0900
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-29 12:09:19 +0100
commite65268f2c2dd5ac54681d3266564901d99ed3ea3 (patch)
treee582767d3a4491f1a61f629992f092556396e7a9 /docs
parentf863b6a07e896baca30e5a5acdd4a852ab35aef9 (diff)
Correct minor typo (#5372)
> Errors will no show up should be: > Errors will now show up
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/news/0.50-relnotes/index.md2
1 files changed, 1 insertions, 1 deletions
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