Skip to content

Commit 8f85d9f

Browse files
authored
Typo "Minifer" in config.ts (#64359)
1 parent 2646cd0 commit 8f85d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/server/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ function assignDefaults(
491491
warnOptionHasBeenDeprecated(
492492
result,
493493
'swcMinify',
494-
'Disabling SWC Minifer will not be an option in the next major version. Please report any issues you may be experiencing to https://github.com/vercel/next.js/issues',
494+
'Disabling SWC Minifier will not be an option in the next major version. Please report any issues you may be experiencing to https://github.com/vercel/next.js/issues',
495495
silent
496496
)
497497
}

0 commit comments

Comments
 (0)