From 92f0d4c279d1b4996a6c079312f281724dfff519 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Tue, 30 Jul 2024 16:25:26 -0700 Subject: [PATCH] cleaner wording --- files/en-us/web/api/credentialscontainer/get/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/credentialscontainer/get/index.md b/files/en-us/web/api/credentialscontainer/get/index.md index 64b25b0ae512e4d..dd7fb92cbe6775b 100644 --- a/files/en-us/web/api/credentialscontainer/get/index.md +++ b/files/en-us/web/api/credentialscontainer/get/index.md @@ -62,7 +62,7 @@ get(options) - `federated` {{optional_inline}} - - : This option asks the browser to retrieve a [federated identity credential](/en-US/docs/Web/API/Credential_Management_API/Credential_types#federated_identity_credentials) as a {{domxref("FederatedCredential")}} object, using the now superseded {{domxref("FederatedCredential")}} interface. Developers should prefer to use the `identity` option, if it is available. + - : This option asks the browser to retrieve a [federated identity credential](/en-US/docs/Web/API/Credential_Management_API/Credential_types#federated_identity_credentials) as a {{domxref("FederatedCredential")}} object. This interface is now superseded, and developers should prefer to use the `identity` option, if it is available. This option's value is an object with the following properties: