diff --git a/index.html b/index.html index c2f829cf..fa0b64b9 100644 --- a/index.html +++ b/index.html @@ -1168,9 +1168,9 @@
The HTMLIFrameElement is extended with an allowpaymentrequest
- content attribue. allowpaymentrequest
is a boolean attribute.
+ content attribute. allowpaymentrequest
is a boolean attribute.
When specified, it indicates that scripts in the iframe element's browsing context are
- allowed to make payment requests (if it's not blocked for other reasons, e.g.
+ allowed to make payment requests (if it's not blocked for other reasons, e.g.,
there is another ancestor iframe without this attribute set).