Change spelling in example app

This commit is contained in:
Justin Woo 2022-06-27 19:05:50 +03:00 committed by Alexander Biehl
parent e804ee12bc
commit 0f469d1504

View File

@ -72,7 +72,7 @@ createPets = do
},
Petstore.Pet
{ id = 2,
name = "바다 거북",
name = "바다거북",
tag = Just "🐢"
},
Petstore.Pet