Skip to content

Commit f84c033

Browse files
Editorial: fix typo DigitalCredentialsRequest -> DigitalCredentialRequest (#196)
DigitalCredentialRequest should be singular.
1 parent e818d0c commit f84c033

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h2>
188188
</h2>
189189
<pre class="idl">
190190
dictionary DigitalCredentialRequestOptions {
191-
sequence&lt;DigitalCredentialsRequest&gt; requests;
191+
sequence&lt;DigitalCredentialRequest&gt; requests;
192192
};
193193
</pre>
194194
<h3>
@@ -201,17 +201,17 @@ <h3>
201201
holder's software, such as a digital wallet.
202202
</p>
203203
<h2>
204-
The `DigitalCredentialsRequest` dictionary
204+
The `DigitalCredentialRequest` dictionary
205205
</h2>
206206
<p>
207-
The {{DigitalCredentialsRequest}} dictionary represents a [=digital
207+
The {{DigitalCredentialRequest}} dictionary represents a [=digital
208208
credential/presentation request=]. It is used to specify an [=digital
209209
credential/exchange protocol=] and a [=digital credential/request data=],
210210
which the user agent MAY match against software used by a holder, such as
211211
a digital wallet.
212212
</p>
213213
<pre class="idl">
214-
dictionary DigitalCredentialsRequest {
214+
dictionary DigitalCredentialRequest {
215215
required DOMString protocol;
216216
required object data;
217217
};
@@ -220,20 +220,20 @@ <h3>
220220
The `protocol` member
221221
</h3>
222222
<p>
223-
The <dfn data-dfn-for="DigitalCredentialsRequest">protocol</dfn> member
223+
The <dfn data-dfn-for="DigitalCredentialRequest">protocol</dfn> member
224224
denotes the [=digital credential/exchange protocol=] when requesting an
225225
identify credential.
226226
</p>
227227
<p>
228-
The {{DigitalCredentialsRequest/protocol}} member's value is be one of
228+
The {{DigitalCredentialRequest/protocol}} member's value is be one of
229229
the well-defined keys defined in [[[#protocol-registry]]] or any other
230230
custom one.
231231
</p>
232232
<h3>
233233
The `data` member
234234
</h3>
235235
<p>
236-
The <dfn data-dfn-for="DigitalCredentialsRequest">data</dfn> member is
236+
The <dfn data-dfn-for="DigitalCredentialRequest">data</dfn> member is
237237
the [=digital credential/request data=] to be handled by the holder's
238238
software, such as a digital wallet.
239239
</p>

0 commit comments

Comments
 (0)