Skip to content

Commit

Permalink
Fixed comment describing method (mealie-recipes#3611)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacWarham authored May 17, 2024
1 parent cde9d16 commit 68ff5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/composables/store/use-food-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 68ff5f4

Please sign in to comment.