Skip to content

Commit d8b5bab

Browse files
committed
fix: Typo
1 parent 16c14d6 commit d8b5bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/auth-providers/adfs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function ADFS<P extends ADFSProfile>(
5858
if (opRole != undefined) {
5959
role = opRole;
6060
}
61-
// Otherwise, take the first occurence in the list.
61+
// Otherwise, take the first occurrence in the list.
6262
else {
6363
role = profile.role[0];
6464
}

0 commit comments

Comments
 (0)