Skip to content

Commit

Permalink
Wrap types in code tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jul 31, 2024
1 parent 419e71f commit 2b692fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ The following [=simple exceptions=] can be raised:
<dl>

: {{TypeError}}
:: The <code>|options|</code> argument was not a valid [[#sctn-credentialcreationoptions-extension|CredentialCreationOptions]] value,
:: The <code>|options|</code> argument was not a valid <code>[[#sctn-credentialcreationoptions-extension|CredentialCreationOptions]]</code> value,
or the value of <code>{{PublicKeyCredentialCreationOptions/user}}.{{PublicKeyCredentialUserEntity/id}}</code> was empty or was longer than 64 bytes.

</dl>
Expand Down Expand Up @@ -2855,7 +2855,7 @@ The following [=simple exceptions=] can be raised:
<dl>

: {{TypeError}}
:: The <code>|options|</code> argument was not a valid [[#sctn-credentialrequestoptions-extension|CredentialRequestOptions]] value.
:: The <code>|options|</code> argument was not a valid <code>[[#sctn-credentialrequestoptions-extension|CredentialRequestOptions]]</code> value.

</dl>

Expand Down

0 comments on commit 2b692fa

Please sign in to comment.