Skip to content

Commit 0d35e36

Browse files
Update plugin/src/helpers/config.ts
Co-authored-by: Erica Pisani <[email protected]>
1 parent 375cca7 commit 0d35e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/helpers/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const generateCustomHeaders = (nextConfig: NextConfig, netlifyHeaders: Ne
168168
// that currently isn't supported by the Netlify configuration.
169169
// Also, this type of dynamic header logic is most likely not for SSG pages.
170170
for (const { source, headers, locale: localeEnabled } of customHeaders.filter((customHeader) => !customHeader.has)) {
171-
// Explicitly checkling false to make the check simpler.
171+
// Explicitly checking false to make the check simpler.
172172
// Locale specific paths are excluded only if localeEnabled is false. There is no true value for localeEnabled. It's either
173173
// false or undefined, where undefined means it's true.
174174
//

0 commit comments

Comments
 (0)