Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Mar 29, 2024
1 parent f304bd8 commit 9cf6e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
}

Expand Down
2 changes: 1 addition & 1 deletion src/set-pages-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
}

Expand Down

0 comments on commit 9cf6e24

Please sign in to comment.