Skip to content

Commit

Permalink
Fix typo in reference to variable |effectiveDomain|
Browse files Browse the repository at this point in the history
Fixes this Bikeshed lint:

```
LINE ~3100: The var 'effective domain' (in global scope) is only used once.
If this is not a typo, please add an ignore='' attribute to the <var>.
```
  • Loading branch information
emlun committed Oct 7, 2024
1 parent 386ad79 commit 1fcb7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3098,7 +3098,7 @@ The [$Asynchronous RP ID validation algorithm$] lets [=signal methods=] validate
and returns a promise that rejects if the validation fails. The steps are:

1. Let |effectiveDomain| be the [=relevant settings object=]'s [=environment
settings object/origin=]'s [=effective domain=]. If |effective domain| is
settings object/origin=]'s [=effective domain=]. If |effectiveDomain| is
not a [=valid domain=], then return [=a promise rejected with=]
"{{SecurityError}}" {{DOMException}}.
1. If |rpId| [=is a registrable domain suffix of or is equal to=]
Expand Down

0 comments on commit 1fcb7aa

Please sign in to comment.