We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdd4f4 commit 3ffe655Copy full SHA for 3ffe655
src/providers/AuthProvider.ts
@@ -55,7 +55,7 @@ class AuthClient {
55
log('API is actually authenticated');
56
return Promise.resolve();
57
}
58
- logWarn('Recieved authentication error from API');
+ logWarn('Received authentication error from API');
59
return Promise.reject();
60
61
0 commit comments