diff --git a/files/en-us/web/api/federatedcredentialinit/index.md b/files/en-us/web/api/federatedcredentialinit/index.md index 772c0568e1308e7..2c6c8fe89d7e420 100644 --- a/files/en-us/web/api/federatedcredentialinit/index.md +++ b/files/en-us/web/api/federatedcredentialinit/index.md @@ -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. > diff --git a/files/en-us/web/api/passwordcredentialinit/index.md b/files/en-us/web/api/passwordcredentialinit/index.md index 73025ab02c6a62c..5a5186f4f3b7068 100644 --- a/files/en-us/web/api/passwordcredentialinit/index.md +++ b/files/en-us/web/api/passwordcredentialinit/index.md @@ -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