From 4fd2ca25989bdc48110655aa66e9b474ea229032 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Sun, 12 Feb 2017 17:26:51 +0100 Subject: [PATCH] Improve quiet documentation (#1085) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e98c55f04f..cd3bb30d6e 100644 --- a/README.md +++ b/README.md @@ -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 `` -- GitLab