Skip to content

Commit

Permalink
add 'Dictionary' to Credential{Creation,Request}Options section titles
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Jan 2, 2018
1 parent a6c0da2 commit 8b1b3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -618,7 +618,7 @@ implementation of {{PublicKeyCredential/[[Create]](origin, options, sameOriginWi
{{Credential/[[Store]](credential, sameOriginWithAncestors)}}.


### `CredentialCreationOptions` Extension ### {#credentialcreationoptions-extension}
### `CredentialCreationOptions` Dictionary Extension ### {#credentialcreationoptions-extension}

To support registration via {{CredentialsContainer/create()|navigator.credentials.create()}}, this document extends
the {{CredentialCreationOptions}} dictionary as follows:
Expand All @@ -629,7 +629,7 @@ the {{CredentialCreationOptions}} dictionary as follows:
};
</pre>

### `CredentialRequestOptions` Extension ### {#credentialrequestoptions-extension}
### `CredentialRequestOptions` Dictionary Extension ### {#credentialrequestoptions-extension}

To support obtaining assertions via {{CredentialsContainer/get()|navigator.credentials.get()}}, this document extends the
{{CredentialRequestOptions}} dictionary as follows:
Expand Down

0 comments on commit 8b1b3da

Please sign in to comment.