Skip to content

Commit d029cdb

Browse files
authored
Fix authentication ceremony pkOptions hyperlink
1 parent 19fe0e9 commit d029cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6099,7 +6099,7 @@ provide this chain in the attestation information.
60996099
In order to perform an [=authentication ceremony=], the [=[RP]=] MUST proceed as follows:
61006100

61016101
1. Let |options| be a new {{CredentialRequestOptions}} structure configured to the [=[RP]=]'s needs for the ceremony.
6102-
Let |pkOptions| be <code>|options|.{{CredentialCreationOptions/publicKey}}</code>.
6102+
Let |pkOptions| be <code>|options|.{{CredentialRequestOptions/publicKey}}</code>.
61036103

61046104
1. Call {{CredentialsContainer/get()|navigator.credentials.get()}} and pass |options| as the argument.
61056105
Let |credential| be the result of the successfully resolved promise.

0 commit comments

Comments
 (0)