Skip to content

Commit a1129f5

Browse files
committed
fix(7segment): typo in comment
1 parent 00d4d2f commit a1129f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/7segment-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class SevenSegmentElement extends LitElement {
77
/** The color of a lit segment */
88
@property() color = 'red';
99

10-
/** The colon of an unlit segment */
10+
/** The color of an unlit segment */
1111
@property() offColor = '#444';
1212

1313
/** The background color of the 7-segment display */

0 commit comments

Comments
 (0)