From 401499fa0e3f4e85ecb5918838b0999392e5b9a9 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:19:44 +0300 Subject: [PATCH] Fix missing word in changelog --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 8c053ff..f589a67 100644 --- a/version.json +++ b/version.json @@ -2,6 +2,6 @@ "version": "0.6.12", "lastUpdated": "Jul 15", "changes": [ - "Refactored the service worker code to (hopefully) fix a ton of relatively rare errors related to how the client's are loaded (for example, code from earlier versions would sometimes be loaded along with code from newer versions, causing all kinds of issues). FX Client should be much more stable after this change." + "Refactored the service worker code to (hopefully) fix a ton of relatively rare errors related to how the client's files are loaded (for example, code from earlier versions would sometimes be loaded along with code from newer versions, causing all kinds of issues). FX Client should be much more stable after this change." ] } \ No newline at end of file