mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-23 11:41:21 +00:00
Fix various typos
Found via `codespell -q 3 -S "./resources/lang,./resources/assets/js/locales" -L hastable`
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// Fixes edit change budget not updating on every broswer
|
||||
// Fixes edit change budget not updating on every browser
|
||||
signalChange: function (e) {
|
||||
this.$emit('input', this.$refs.budget.value);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user