From 68ff5f4b1c67cfb6c444d06a469e78ab6c462ed8 Mon Sep 17 00:00:00 2001 From: Zac Warham <48937711+ZacWarham@users.noreply.github.com> Date: Thu, 16 May 2024 17:30:01 -0700 Subject: [PATCH] Fixed comment describing method (#3611) --- frontend/composables/store/use-food-store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/composables/store/use-food-store.ts b/frontend/composables/store/use-food-store.ts index bf7b1a47698c..ff0fb7711e48 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 () {