From d8bff8d9acc615115c4679093cc754837d21a56e Mon Sep 17 00:00:00 2001 From: Vinci Rufus Date: Sun, 9 Feb 2020 11:29:23 +0000 Subject: [PATCH] fix grammatical error --- examples/with-http2/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-http2/next.config.js b/examples/with-http2/next.config.js index 74b0bb63d7f9..cc981d8b2361 100644 --- a/examples/with-http2/next.config.js +++ b/examples/with-http2/next.config.js @@ -1,5 +1,5 @@ module.exports = { - /* this needs to be set false unitl to a bug in the compression npm module gets fixed. + /* this needs to be set to false unitl a bug in the compression npm module gets fixed. reference: https://github.com/expressjs/compression/issues/122 */ compress: false,