typo
This commit is contained in:
parent
b4f603685c
commit
9503607eab
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class UIGauge extends AbstractUIItem {
|
|||
return false;
|
||||
}
|
||||
if(typeof data_item !== "number") {
|
||||
console.warn(`Warning: Got '${typeof daata_item}' when evaluating value for UIGuage.`);
|
||||
console.warn(`Warning: Got '${typeof data_item}' when evaluating value for UIGauge.`);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue