Skip to content

Commit

Permalink
chore: Update actions.ts (#2227)
Browse files Browse the repository at this point in the history
non-existant -> non-existent
  • Loading branch information
eltociear authored Jan 14, 2024
1 parent 44a5199 commit cdefe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/budget/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function getSheetValue(

// We want to only allow the positive movement of money back and
// forth. buffered should never be allowed to go into the negative,
// and you shouldn't be allowed to pull non-existant money from
// and you shouldn't be allowed to pull non-existent money from
// leftover.
function calcBufferedAmount(
toBudget: number,
Expand Down

0 comments on commit cdefe61

Please sign in to comment.