Skip to content

Commit

Permalink
fix(storefront): fix typo in AutoFixer (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-max authored Apr 13, 2023
1 parent de977a4 commit 4f550e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodeSass/AutoFixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AutoFixer {
}
}
if (!issuesDetected) {
console.log('No issues deteted');
console.log('No issues detected');
}
} catch (e) {
throw e;
Expand Down

0 comments on commit 4f550e1

Please sign in to comment.