Skip to content

Commit 436e3ce

Browse files
fixing typos
1 parent 34675a4 commit 436e3ce

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/ambassadors/images.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,24 +485,24 @@ const ambassadorImages: {
485485
toasterStrudel: [
486486
{
487487
src: toasterStrudelImage1,
488-
alt: "Toaster Strudel the Blue-tounged Skink",
488+
alt: "Toaster Strudel the Blue-tongued Skink",
489489
position: "25% 50%",
490490
},
491491
{
492492
src: toasterStrudelImage2,
493-
alt: "Toaster Strudel the Blue-tounged Skink",
493+
alt: "Toaster Strudel the Blue-tongued Skink",
494494
},
495495
{
496496
src: toasterStrudelImage3,
497-
alt: "Toaster Strudel the Blue-tounged Skink",
497+
alt: "Toaster Strudel the Blue-tongued Skink",
498498
},
499499
{
500500
src: toasterStrudelImage4,
501-
alt: "Toaster Strudel the Blue-tounged Skink",
501+
alt: "Toaster Strudel the Blue-tongued Skink",
502502
},
503503
{
504504
src: toasterStrudelImage5,
505-
alt: "Toaster Strudel the Blue-tounged Skink",
505+
alt: "Toaster Strudel the Blue-tongued Skink",
506506
},
507507
],
508508
tortellini: [

src/animal-quest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ const animalQuest: Readonly<AnimalQuest[]> = [
242242
id: 1732218911,
243243
start: "00h15m24s",
244244
},
245-
edition: "Blue-tounged Skink Edition",
245+
edition: "Blue-tongued Skink Edition",
246246
description:
247-
"Get to know Toast, Alveus' Blue-tounged Skink, and learn about the history of the species, deimatic display in skinks, and ovoviviparous birth. We'll also investigate the dangers they face in the wild, such as bioaccumlation and biomagnification, as well as the pet trade globally.",
247+
"Get to know Toast, Alveus' Blue-tongued Skink, and learn about the history of the species, deimatic display in skinks, and ovoviviparous birth. We'll also investigate the dangers they face in the wild, such as bioaccumlation and biomagnification, as well as the pet trade globally.",
248248
broadcast: new Date("2023-01-31"),
249249
host: "maya",
250250
length: 60 * 60 + 17 * 60 + 13, // 00:15:24 - 01:32:27

0 commit comments

Comments
 (0)