Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olen authored Aug 4, 2020
1 parent 49d29e9 commit 41db5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canvas-gauge-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class CanvasGaugeCard extends LitElement {
gauge = new Gauge.RadialGauge({
renderTo: this._canvasElement,
height: this._config.gauge["height"],
width: this._config.gauge["widht"],
width: this._config.gauge["width"],
value: 0,
});
}
Expand Down

0 comments on commit 41db5d5

Please sign in to comment.