From 88d5451a2c1cb51a283e80ef00e46d3a5171bdec Mon Sep 17 00:00:00 2001 From: rem Date: Tue, 18 Jun 2024 05:41:21 +0200 Subject: [PATCH] typo --- src/app/components/recipe-form/recipe-form.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/recipe-form/recipe-form.component.html b/src/app/components/recipe-form/recipe-form.component.html index 3651a81..b51c9a3 100644 --- a/src/app/components/recipe-form/recipe-form.component.html +++ b/src/app/components/recipe-form/recipe-form.component.html @@ -25,7 +25,7 @@

Ingredients

- Ingredient: + Ingredient @for (ingredient of ingredientsOptions; track ingredient) { {{ ingredient }} @@ -33,7 +33,7 @@ - Quantity: + Quantity