Skip to content

Commit

Permalink
docs: tweak a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 25, 2024
1 parent 282a403 commit 6d14777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function config(customConfigFiles = [], cssVersion) {
// Initialize final config file
emptyOrCreateFile(NEW_CONFIG_FILE);

// Manipulate config order
// Manipulate final config
configFiles.forEach((nextFile) => {
const testJson = getConfigObject(nextFile);

Expand Down

0 comments on commit 6d14777

Please sign in to comment.