Correct minor typo (#5372)

> Errors will no show up

should be:

> Errors will now show up
This commit is contained in:
Christian Oliff 2018-10-29 20:09:19 +09:00 committed by Bjørn Erik Pedersen
parent f863b6a07e
commit e65268f2c2

View 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