rename c-ingredient-li to c-recipe-li, update TODOs

This commit is contained in:
Robin Scholtes 2023-08-14 22:00:15 +12:00
parent 21eb177527
commit 36224388fb
6 changed files with 15 additions and 14 deletions

View file

@ -9,8 +9,8 @@ import Utils from "../core/Utils.mjs";
/**
* Object to handle the creation of operation ingredients.
*
* Note: Not to be confused with the native web component c-ingredient-li, which is the component that makes the parent
* list item 'ingredient' in recipe-list.
* Note: Not to be confused with the native web component c-recipe-li, which is the component that is the (parent)
* list item in recipe-list.
*/
class HTMLIngredient {