From 65c6a238fc7b4cecd71ab5e4102255bafb8f1b82 Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Mon, 19 Sep 2016 10:05:23 +0100 Subject: [PATCH] Fixed typos --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c2f829cf..fa0b64b9 100644 --- a/index.html +++ b/index.html @@ -1168,9 +1168,9 @@

PaymentRequest and iframes

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).