Skip to content

Commit

Permalink
Fix spelling of "tongued" for Toaster Strudel (#70)
Browse files Browse the repository at this point in the history
* fixing typos

* bumping version
  • Loading branch information
nelsonfigueroa authored Jun 19, 2024
1 parent 34675a4 commit f7ce260
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.37.0",
"version": "0.37.1",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions src/ambassadors/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,24 +485,24 @@ const ambassadorImages: {
toasterStrudel: [
{
src: toasterStrudelImage1,
alt: "Toaster Strudel the Blue-tounged Skink",
alt: "Toaster Strudel the Blue-tongued Skink",
position: "25% 50%",
},
{
src: toasterStrudelImage2,
alt: "Toaster Strudel the Blue-tounged Skink",
alt: "Toaster Strudel the Blue-tongued Skink",
},
{
src: toasterStrudelImage3,
alt: "Toaster Strudel the Blue-tounged Skink",
alt: "Toaster Strudel the Blue-tongued Skink",
},
{
src: toasterStrudelImage4,
alt: "Toaster Strudel the Blue-tounged Skink",
alt: "Toaster Strudel the Blue-tongued Skink",
},
{
src: toasterStrudelImage5,
alt: "Toaster Strudel the Blue-tounged Skink",
alt: "Toaster Strudel the Blue-tongued Skink",
},
],
tortellini: [
Expand Down
4 changes: 2 additions & 2 deletions src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ const animalQuest: Readonly<AnimalQuest[]> = [
id: 1732218911,
start: "00h15m24s",
},
edition: "Blue-tounged Skink Edition",
edition: "Blue-tongued Skink Edition",
description:
"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.",
"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.",
broadcast: new Date("2023-01-31"),
host: "maya",
length: 60 * 60 + 17 * 60 + 13, // 00:15:24 - 01:32:27
Expand Down

0 comments on commit f7ce260

Please sign in to comment.