Skip to content

Commit f2ebd01

Browse files
huozhiijjk
andauthored
update comments
Co-authored-by: JJ Kasper <jj@jjsweb.site>
1 parent 36ce7bd commit f2ebd01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/next/src/server/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ async function applyModifyConfig(
11651165
return config
11661166
}
11671167

1168-
// Config cache with keys to handle multiple configurations (e.g., multi-zone)
1168+
// Cache config with keys to handle multiple configurations (e.g., multi-zone)
11691169
const configCache = new Map<
11701170
string,
11711171
{
@@ -1176,7 +1176,7 @@ const configCache = new Map<
11761176
>()
11771177

11781178
// 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
1179+
// We need a unique key for cache because there can be multiple values
11801180
function getCacheKey(
11811181
phase: string,
11821182
dir: string,

0 commit comments

Comments
 (0)