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 }