Skip to content

Commit 8e769e3

Browse files
authored
Fix typo (#37)
1 parent 49d29e9 commit 8e769e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canvas-gauge-card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class CanvasGaugeCard extends LitElement {
132132
gauge = new Gauge.RadialGauge({
133133
renderTo: this._canvasElement,
134134
height: this._config.gauge["height"],
135-
width: this._config.gauge["widht"],
135+
width: this._config.gauge["width"],
136136
value: 0,
137137
});
138138
}

0 commit comments

Comments
 (0)