Skip to content

Commit

Permalink
Merge pull request #2001 from w3c/fix-add-virtual-authenticator-typo
Browse files Browse the repository at this point in the history
Fix incorrect reference in Add Virtual Authenticator
  • Loading branch information
emlun authored Dec 13, 2023
2 parents 26da246 + a6ee5a0 commit 2745802
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 @@ -7892,7 +7892,7 @@ The [=remote end steps=] are:
1. For each enumerable [=own property=] in |parameters|:
1. Let |key| be the name of the property.
1. Let |value| be the result of [=getting a property=] named |key| from |parameters|.
1. If there is no matching `key` for |key| in |parameters|, return a [=WebDriver error=] with
1. If there is no matching `key` for |key| in [=Authenticator Configuration=], return a [=WebDriver error=] with
[=WebDriver error code=] [=invalid argument=].
1. If |value| is not one of the `valid values` for that |key|, return a [=WebDriver error=] with [=WebDriver error code=]
[=invalid argument=].
Expand Down

0 comments on commit 2745802

Please sign in to comment.