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 43b3ef5 commit 63d9ce0Copy full SHA for 63d9ce0
src/webid-oidc.js
@@ -76,7 +76,7 @@ export async function logout(
76
} catch (e) {
77
// Ignore errors for when we are not on a Solid pod
78
// But tell users it is harmless because they will see the GET failure in the console
79
- console.info("Coulnd't find /.well-known/solid/logout, this is harmless.");
+ console.info("Couldn't find /.well-known/solid/logout, this is harmless.");
80
}
81
} catch (err) {
82
console.warn('Error logging out of the WebID-OIDC session')
0 commit comments