We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c14d6 commit d8b5babCopy full SHA for d8b5bab
1 file changed
app/auth-providers/adfs.ts
@@ -58,7 +58,7 @@ export default function ADFS<P extends ADFSProfile>(
58
if (opRole != undefined) {
59
role = opRole;
60
}
61
- // Otherwise, take the first occurence in the list.
+ // Otherwise, take the first occurrence in the list.
62
else {
63
role = profile.role[0];
64
0 commit comments