From 244c9dbf1271747ae29c945c07214a59f554319d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 15 Jan 2024 00:56:37 +0900 Subject: [PATCH] chore: Update actions.ts 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 15c481ab5c0..e4b43718600 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,