From bf7ae6df6c06185978c9636085f6a80a45ce5bda Mon Sep 17 00:00:00 2001 From: Blake Petersen Date: Fri, 24 Feb 2023 08:17:28 -0800 Subject: [PATCH] fix(react): typo in next.config.js__tmpl__ (#15210) --- .../src/generators/application/files/next.config.js__tmpl__ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/src/generators/application/files/next.config.js__tmpl__ b/packages/next/src/generators/application/files/next.config.js__tmpl__ index fcc4650a987bd..8cef6587befb4 100644 --- a/packages/next/src/generators/application/files/next.config.js__tmpl__ +++ b/packages/next/src/generators/application/files/next.config.js__tmpl__ @@ -60,7 +60,7 @@ module.exports = withNx(nextConfig); **/ const nextConfig = { nx: { - // Set this to true if you would like to to use SVGR + // Set this to true if you would like to use SVGR // See: https://github.com/gregberge/svgr svgr: false, },