Skip to content

Commit 0b1775a

Browse files
authored
Merge pull request #1468 from caternuson/fix_typo
Typo Fix - Candy Hearts
2 parents 4a78cc4 + 5c38c31 commit 0b1775a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TFT_Gizmo_Candy_Hearts/candy_hearts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
line2.anchored_position = (120, 175)
6565
# pick a random text color
6666
line1.color = line2.color = choice(MESSAGE_COLORS)
67-
# pick a ranomd heart color
67+
# pick a random heart color
6868
palette[1] = choice(HEART_COLORS)
6969
# OK, now turn auto refresh back on to display
7070
display.auto_refresh = True

TFT_Gizmo_Candy_Hearts/clue_hearts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
line2.anchored_position = (120, 175)
6565
# pick a random text color
6666
line1.color = line2.color = choice(MESSAGE_COLORS)
67-
# pick a ranomd heart color
67+
# pick a random heart color
6868
palette[1] = choice(HEART_COLORS)
6969
# OK, now turn auto refresh back on to display
7070
display.auto_refresh = True

0 commit comments

Comments
 (0)