Skip to content

Commit

Permalink
Merge pull request #370 from ming-00/fix-message-typo
Browse files Browse the repository at this point in the history
Fix typo in chicken message
  • Loading branch information
tonybaloney authored Jan 15, 2023
2 parents 06d7877 + 3c929a4 commit f723184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/main-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ class Chicken extends basepettype_1.BasePetType {
return 'πŸ”';
}
get hello() {
return ` Puk Puk Pukaaak - just let me lay my leg. πŸ₯š`;
return ` Puk Puk Pukaaak - just let me lay my egg. πŸ₯š`;
}
}
exports.Chicken = Chicken;
Expand Down
2 changes: 1 addition & 1 deletion src/panel/pets/chicken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Chicken extends BasePetType {
return 'πŸ”';
}
get hello(): string {
return ` Puk Puk Pukaaak - just let me lay my leg. πŸ₯š`;
return ` Puk Puk Pukaaak - just let me lay my egg. πŸ₯š`;
}
}

Expand Down

0 comments on commit f723184

Please sign in to comment.