cooklang / cookcli

Command line program which provides a suite of tools to create shopping lists and maintain recipes.
https://cooklang.org
MIT License
781 stars 38 forks source link

BUG: Fix typo in Shopping List #106

Closed TheMagicNacho closed 4 months ago

TheMagicNacho commented 4 months ago

On UI/ShoppingListe.svelete line 11 & 38

onDelet should be onDelete

dubadub commented 4 months ago

Fixed in https://github.com/cooklang/cookcli/pull/107