diff --git a/index.html b/index.html index 856b269d..87ee57d8 100644 --- a/index.html +++ b/index.html @@ -188,7 +188,7 @@

     dictionary DigitalCredentialRequestOptions {
-      sequence<DigitalCredentialsRequest> requests;
+      sequence<DigitalCredentialRequest> requests;
     };
     

@@ -201,17 +201,17 @@

holder's software, such as a digital wallet.

- The `DigitalCredentialsRequest` dictionary + The `DigitalCredentialRequest` dictionary

- The {{DigitalCredentialsRequest}} dictionary represents a [=digital + The {{DigitalCredentialRequest}} dictionary represents a [=digital credential/presentation request=]. It is used to specify an [=digital credential/exchange protocol=] and a [=digital credential/request data=], which the user agent MAY match against software used by a holder, such as a digital wallet.

-    dictionary DigitalCredentialsRequest {
+    dictionary DigitalCredentialRequest {
       required DOMString protocol;
       required object data;
     };
@@ -220,12 +220,12 @@ 

The `protocol` member

- The protocol member + The protocol member denotes the [=digital credential/exchange protocol=] when requesting an identify credential.

- The {{DigitalCredentialsRequest/protocol}} member's value is be one of + The {{DigitalCredentialRequest/protocol}} member's value is be one of the well-defined keys defined in [[[#protocol-registry]]] or any other custom one.

@@ -233,7 +233,7 @@

The `data` member

- The data member is + The data member is the [=digital credential/request data=] to be handled by the holder's software, such as a digital wallet.