Skip to content

Commit 9cf6e24

Browse files
committed
Tweak comment
1 parent f304bd8 commit 9cf6e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎dist/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36734,7 +36734,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js'){
3673436734
return potentialConfigFile
3673536735
}
3673636736
}
36737-
// If none of them exist yet, default to returning the filename with the defaultExt extension
36737+
// If none of them exist yet, fall back to returning the filename with the defaultExt extension
3673836738
return `./${fileBaseName}${defaultExt}`
3673936739
}
3674036740

‎src/set-pages-config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js'){
1313
returnpotentialConfigFile
1414
}
1515
}
16-
// If none of them exist yet, default to returning the filename with the defaultExt extension
16+
// If none of them exist yet, fall back to returning the filename with the defaultExt extension
1717
return`./${fileBaseName}${defaultExt}`
1818
}
1919

0 commit comments

Comments
(0)