update wording

This commit is contained in:
Joe Danziger
2025-06-04 14:17:54 -04:00
parent 35022088b7
commit b55276725d

View File

@@ -2959,7 +2959,7 @@ Examples:
if (successfulRemovals.length > 0) { if (successfulRemovals.length > 0) {
console.log( console.log(
chalk.green( chalk.green(
`\nSuccessfully removed rules for: ${successfulRemovals.join(', ')}` `\nSuccessfully removed profiles for: ${successfulRemovals.join(', ')}`
) )
); );
} }