Improve quiet documentation (#1085)

This commit is contained in:
Tim Neutkens 2017-02-12 17:26:51 +01:00 committed by Naoyuki Kanezawa
parent f93bacfaba
commit 4fd2ca2598

View file

@ -443,7 +443,7 @@ The `next` API is as follows:
Supported options:
- `dev` (`bool`) whether to launch Next.js in dev mode - default `false`
- `dir` (`string`) where the Next project is located - default `'.'`
- `quiet` (`bool`) Display error messages with server information - default `false`
- `quiet` (`bool`) Hide error messages containing server information - default `false`
### Custom `<Document>`