From 865f7b41ba91a3a3a8df63c4833f052ec6cca058 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Tue, 30 Jul 2024 21:24:06 -0700 Subject: [PATCH] simplify --- 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 dd7fb92cbe6775b..16131db2ddfdbc3 100644 --- a/files/en-us/web/api/credentialscontainer/get/index.md +++ b/files/en-us/web/api/credentialscontainer/get/index.md @@ -29,7 +29,7 @@ get(options) - `options` {{optional_inline}} - - : An object that contains options for the request. The options include criteria that the credentials are required or allowed to have, and options for interacting with the user. It can contain the following properties: + - : An object that contains options for the request. It can contain the following properties: - `mediation` {{optional_inline}}