From 1b9f35bb70c1c3b15ec73e162a4b74e6be9e68a6 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 5 Aug 2024 14:32:38 -0700 Subject: [PATCH] Update files/en-us/web/api/credentialscontainer/get/index.md --- 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 21910071a6e9827..ed0808b54924565 100644 --- a/files/en-us/web/api/credentialscontainer/get/index.md +++ b/files/en-us/web/api/credentialscontainer/get/index.md @@ -8,7 +8,7 @@ browser-compat: api.CredentialsContainer.get {{APIRef("Credential Management API")}}{{SecureContext_Header}} -The **`get()`** method of the {{domxref("CredentialsContainer")}} interface returns a {{jsxref("Promise")}} that fulfills with a single {{glossary("credential")}}, which can then be used to authenticate a user with a website. +The **`get()`** method of the {{domxref("CredentialsContainer")}} interface returns a {{jsxref("Promise")}} that fulfills with a single {{glossary("credential")}}, which can then be used to authenticate a user to a website. The method accepts a single optional `options` argument, which may include: