Skip to content

Commit

Permalink
Fix incorrect reference in Add Virtual Authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Nov 22, 2023
1 parent f8163ea commit a6ee5a0
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 @@ -7862,7 +7862,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 a6ee5a0

Please sign in to comment.