Skip to content

Commit

Permalink
Reword into para for credential init pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed May 15, 2024
1 parent bef0047 commit ea9b0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/federatedcredentialinit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec-urls: https://w3c.github.io/webappsec-credential-management/#dom-federatedc

{{APIRef("Credential Management API")}}

The **`FederatedCredentialInit`** dictionary represents the object passed to {{domxref("CredentialsContainer.create()")}} as the value of the `federated` option: that is, when using `create()` to create a {{domxref("FederatedCredential")}} object representing a credential associated with a federated identify provider.
The **`FederatedCredentialInit`** dictionary represents the object passed to {{domxref("CredentialsContainer.create()")}} as the value of the `federated` option: that is, when creating a {{domxref("FederatedCredential")}} object representing a credential associated with a federated identify provider.

> **Note:** The [Federated Credential Management API (FedCM)](/en-US/docs/Web/API/FedCM_API) supersedes the {{domxref("FederatedCredential")}} interface in favor of the {{domxref("IdentityCredential")}} interface.
>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/passwordcredentialinit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec-urls: https://w3c.github.io/webappsec-credential-management/#typedefdef-pas

{{APIRef("Credential Management API")}}

The **`PasswordCredentialInit`** dictionary represents the object passed to {{domxref("CredentialsContainer.create()")}} as the value of the `password` option: that is, when using `create()` to create a password credential.
The **`PasswordCredentialInit`** dictionary represents the object passed to {{domxref("CredentialsContainer.create()")}} as the value of the `password` option, when creating a password credential.

## Initialization from a form

Expand Down

0 comments on commit ea9b0ef

Please sign in to comment.