mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 01:26:42 +02:00
spelling: threshold
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@ function compareTimings(): void {
|
||||
const significantChanges = timingChanges.filter((t) => t.change > 5000 && t.changePercent >= 0.2);
|
||||
|
||||
if (significantChanges.length === 0) {
|
||||
log('No significant timing changes detected (threshould: 5s and 20%)');
|
||||
log('No significant timing changes detected (threshold: 5s and 20%)');
|
||||
return cleanupFiles({ keepNew: false, reason: 'No significant timing changes' });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user