We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ce7bd commit f2ebd01Copy full SHA for f2ebd01
1 file changed
packages/next/src/server/config.ts
@@ -1165,7 +1165,7 @@ async function applyModifyConfig(
1165
return config
1166
}
1167
1168
-// Config cache with keys to handle multiple configurations (e.g., multi-zone)
+// Cache config with keys to handle multiple configurations (e.g., multi-zone)
1169
const configCache = new Map<
1170
string,
1171
{
@@ -1176,7 +1176,7 @@ const configCache = new Map<
1176
>()
1177
1178
// Generate cache key based on parameters that affect config output
1179
-// We need a unique key for cache because there can be multiple values for
+// We need a unique key for cache because there can be multiple values
1180
function getCacheKey(
1181
phase: string,
1182
dir: string,
0 commit comments