Skip to content

Commit 63d9ce0

Browse files
authored
Update webid-oidc.js
1 parent 43b3ef5 commit 63d9ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webid-oidc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export async function logout(
7676
} catch (e) {
7777
// Ignore errors for when we are not on a Solid pod
7878
// 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.");
79+
console.info("Couldn't find /.well-known/solid/logout, this is harmless.");
8080
}
8181
} catch (err) {
8282
console.warn('Error logging out of the WebID-OIDC session')

0 commit comments

Comments
 (0)