fix "unkown" typo in error message (#3205)

This commit is contained in:
Matt Fiddaman
2024-08-06 10:09:21 +01:00
committed by GitHub
parent 5e9b976676
commit 2807c98c2c
2 changed files with 7 additions and 1 deletions

View File

@@ -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}).`,
};

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [matt-fidd]
---
Fix typo in error message