From 5c39e19f9d18113c22996e7f99a1de4dc5d6707c Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Wed, 6 Sep 2023 22:38:03 -0400 Subject: [PATCH] spelling Co-authored-by: Matthew Miller --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index b2809384f..1cc5a3a95 100644 --- a/index.bs +++ b/index.bs @@ -2804,7 +2804,7 @@ Keys in {{GetClientCapabilitiesResult}} SHOULD be members of {{ClientCapability} When the value for a given capability is [TRUE], the feature is known to be currently supported by the client. When the value for a given capability is [FALSE], the feature is known to be not currently supported by the client. -When a given capability is `undefined`, the availibility of the client feature is not known. +When a given capability is `undefined`, the availability of the client feature is not known. Note: Invoking this method from a [=browsing context=] where the [=Web Authentication API=] is "disabled" according to the [=allowed to use=] algorithm—i.e., by a [=permissions policy=]—will result in the promise being rejected with a {{DOMException}} whose name is "{{NotAllowedError}}". See also [[#sctn-permissions-policy]].