diff --git a/dist/index.js b/dist/index.js index fa43fe4..23a3e86 100644 --- a/dist/index.js +++ b/dist/index.js @@ -36734,7 +36734,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') { return potentialConfigFile } } - // If none of them exist yet, default to returning the filename with the defaultExt extension + // If none of them exist yet, fall back to returning the filename with the defaultExt extension return `./${fileBaseName}${defaultExt}` } diff --git a/src/set-pages-config.js b/src/set-pages-config.js index 45903a8..612023d 100644 --- a/src/set-pages-config.js +++ b/src/set-pages-config.js @@ -13,7 +13,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') { return potentialConfigFile } } - // If none of them exist yet, default to returning the filename with the defaultExt extension + // If none of them exist yet, fall back to returning the filename with the defaultExt extension return `./${fileBaseName}${defaultExt}` }