diff --git a/packages/loot-core/src/client/shared-listeners.ts b/packages/loot-core/src/client/shared-listeners.ts
index db98b14873d703b5f2537b9ad71e0a7babe1fde3..0f79165ffc09db905451a546513022d81c78cea5 100644
--- a/packages/loot-core/src/client/shared-listeners.ts
+++ b/packages/loot-core/src/client/shared-listeners.ts
@@ -249,7 +249,7 @@ export function listenForSyncEvent(actions, store) {
           // Show nothing
           break;
         default:
-          console.trace('unkown error', info);
+          console.trace('unknown error', info);
           notif = {
             message: `We had problems syncing your changes. Please report this as a bug by [opening a Github issue](${githubIssueLink}).`,
           };
diff --git a/upcoming-release-notes/3205.md b/upcoming-release-notes/3205.md
new file mode 100644
index 0000000000000000000000000000000000000000..547801e3083ced861672f282b63fbb0beb86d8cd
--- /dev/null
+++ b/upcoming-release-notes/3205.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [matt-fidd]
+---
+
+Fix typo in error message