Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect reference in Add Virtual Authenticator #2001

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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