LearningTypeScript / projects

Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://learningtypescript.com/projects
235 stars 156 forks source link

✍ Typo: [classifying-creatures] various typos #189

Closed meganku-msft closed 1 year ago

meganku-msft commented 1 year ago

Typo Report Checklist

Impacted Project File

classes\classifying-creatures\03-hamster-helpers\README.md

classes\classifying-creatures\02-dog-displays\index.ts

classes\classifying-creatures\03-hamster-helpers\README.md

What's Wrong?

classes\classifying-creatures\03-hamster-helpers\README.md: SmallPetFoot should be SmallPetFood.

classes\classifying-creatures\02-dog-displays\index.ts: Comments at top of file are referring to previous exercise; should refer to puppies instead of parrots.

classes\classifying-creatures\03-hamster-helpers\README.md: file descriptions at bottom still refer to "Puppy" code

Additional Info

No response

JoshuaKGoldberg commented 1 year ago

Thanks for reporting @meganku-msft! Similar to #190, most of these were fixed by #174 in source code but not on the live site. The last typo is still there though.