From cdefe6133f78114bbc3b9e6d80d2a497f8ccaded Mon Sep 17 00:00:00 2001
From: Ikko Eltociear Ashimine <eltociear@gmail.com>
Date: Mon, 15 Jan 2024 01:13:48 +0900
Subject: [PATCH] chore: Update actions.ts (#2227)

non-existant -> non-existent
---
 packages/loot-core/src/server/budget/actions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/loot-core/src/server/budget/actions.ts b/packages/loot-core/src/server/budget/actions.ts
index 15c481ab5..e4b437186 100644
--- a/packages/loot-core/src/server/budget/actions.ts
+++ b/packages/loot-core/src/server/budget/actions.ts
@@ -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,
-- 
GitLab