Fixed comment describing method (#3611)

This commit is contained in:
Zac Warham 2024-05-16 17:30:01 -07:00 committed by GitHub
parent cde9d166a4
commit 68ff5f4b1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 () {