From 0ffe0c53ea93beded88d035d405c5a780fb8f8c8 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Tue, 14 May 2024 17:20:27 -0700 Subject: [PATCH] Clarify that one credential type must be specified --- files/en-us/web/api/credentialscontainer/create/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/credentialscontainer/create/index.md b/files/en-us/web/api/credentialscontainer/create/index.md index 312323c1cc72226..bfaa76ab8b62c43 100644 --- a/files/en-us/web/api/credentialscontainer/create/index.md +++ b/files/en-us/web/api/credentialscontainer/create/index.md @@ -34,7 +34,7 @@ create(options) - `signal` {{optional_inline}} - : An {{domxref("AbortSignal")}} object instance that allows an ongoing `create()` operation to be aborted. An aborted operation may complete normally (generally if the abort was received after the operation finished) or reject with an "`AbortError`" {{domxref("DOMException")}}. - Each of the following properties represents a _credential type_ being created. Only one of them can be specified: + Each of the following properties represents a _credential type_ being created. One and only one of them must be specified: - `federated` {{optional_inline}} - : A {{domxref("FederatedCredentialInit")}} object containing requirements for creating a federated identify provider credential.