From 5a0c61a78c3acb138577fb8769ef48f8f96d36b1 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 9 Jul 2017 13:52:35 +0200 Subject: [PATCH] Update next.config.js (#2511) --- examples/using-preact/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-preact/next.config.js b/examples/using-preact/next.config.js index 05cc4639..b047fddc 100644 --- a/examples/using-preact/next.config.js +++ b/examples/using-preact/next.config.js @@ -1,7 +1,7 @@ module.exports = { webpack: function (config, { dev }) { // For the development version, we'll use React. - // Because, it support react hot loading and so on. + // Because, it supports react hot loading and so on. if (dev) { return config }