diff --git a/frontend/composables/store/use-food-store.ts b/frontend/composables/store/use-food-store.ts index bf7b1a47698..ff0fb7711e4 100644 --- a/frontend/composables/store/use-food-store.ts +++ b/frontend/composables/store/use-food-store.ts @@ -10,7 +10,7 @@ const storeLoading = ref(false); /** * useFoodData returns a template reactive object - * for managing the creation of units. It also provides a + * for managing the creation of foods. It also provides a * function to reset the data back to the initial state. */ export const useFoodData = function () {