From 50f06289f2ef9cd48f7a1775b046f89c8f32b9f1 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 10 Oct 2019 15:43:50 -0500 Subject: [PATCH] Update docs wording --- packages/next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/README.md b/packages/next/README.md index e210949d17b71..ee60d588f133a 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -2045,7 +2045,7 @@ AuthMethod({ key: process.env.CUSTOM_KEY, secret: process.env.CUSTOM_SECRET }) #### Runtime configuration -> **Warning:** Note that this option is not available when using `target: 'serverless'` +> **Warning:** Note that these options are not available when using `target: 'serverless'` > **Warning:** Generally you want to use build-time configuration to provide your configuration. > The reason for this is that runtime configuration adds rendering / initialization overhead and is **incompatible with [automatic static optimization](#automatic-static-optimization)**.