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 685fd6b08b
commit f21d8c4a42
+1 -1
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