Merge pull request #1381 from sebweb3r/spelling_mistakes

Fix typos
This commit is contained in:
vabene1111
2022-01-20 17:44:49 +01:00
committed by GitHub
34 changed files with 51 additions and 51 deletions

View File

@@ -1158,7 +1158,7 @@ export default {
updateFood: function (food, field) {
let api = new ApiApiFactory()
if (field) {
// assume if field is changing it should no longer be inheritted
// assume if field is changing it should no longer be inherited
food.inherit_fields = food.inherit_fields.filter((x) => x.field !== field)
}