Skip to content

Commit 3006eff

Browse files
authored
Merge pull request #2354 from w3c/tc-typos
Fixes some typos
2 parents 06d2f79 + aa22178 commit 3006eff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Notes:
33
* the h1 tag is spec title that is rendered within the document window. Wrapping
44
may be controlled with break tags. The spec 'Level' value is not appended.
5-
* the Title metadata value is what is rendered in the browser's titlebar, any break
5+
* the Title metadata value is what is rendered in the browser's title bar, any break
66
tags will be rendered. It also has the spec 'Level' value (gratuitously) appended.
77
-->
88

@@ -2854,7 +2854,7 @@ This method has no arguments and returns a Boolean value.
28542854

28552855
[=[WRPS]=] use this method to determine the availability of a limited set of [=WebAuthn Client|client=] capabilities to offer certain workflows and experiences to users. For example, an RP may offer a sign in button on clients where only {{AuthenticatorTransport/hybrid}} transport is available or where {{CredentialMediationRequirement/conditional}} mediation is unavailable (instead of showing a username field).
28562856

2857-
Upon invocation, the [=client=] employs a [=client platform=]-specific procedure to discover availablity of these capabilities.
2857+
Upon invocation, the [=client=] employs a [=client platform=]-specific procedure to discover availability of these capabilities.
28582858

28592859
This method has no arguments and returns a record of capability keys to Boolean values.
28602860

@@ -3166,7 +3166,7 @@ follows:
31663166
[=authenticator=]-specific procedure to hide it from future [=authentication
31673167
ceremonies=].
31683168
1. Else, if |credential| has been hidden by an [=authenticator=]-specific
3169-
procecure, reverse the action so that |credential| is present in future
3169+
procedure, reverse the action so that |credential| is present in future
31703170
[=authentication ceremonies=].
31713171

31723172
<div class="example">
@@ -3203,7 +3203,7 @@ hidden, potentially irreversibly. [=Relying parties=] must exercise care that
32033203
valid credential IDs are never omitted from the list. If a valid [=credential
32043204
ID=] were accidentally omitted, the [=relying party=] should immediately include
32053205
it in {{PublicKeyCredential/signalAllAcceptedCredentials(options)}} as soon as
3206-
possible to "unhide" it, if supported by the [=authenticator=].
3206+
possible to "un-hide" it, if supported by the [=authenticator=].
32073207

32083208
[=Authenticators=] SHOULD, whenever possible, prefer hiding [=public key credentials=] for a period of time instead
32093209
of permanently removing them, to aid recovery if a [=[WRP]=]

0 commit comments

Comments
 (0)