diff --git a/index.html b/index.html
index 2f2de395..d0a093cb 100644
--- a/index.html
+++ b/index.html
@@ -770,7 +770,7 @@
any of the desired payment methods supplied to the
PaymentRequest constructor, and false if none are supported.
If the method is called too often, the user agent might instead
- return a promise rejected with a "QuotaExceededError"
+ return a promise rejected with a "NotAllowedError"
DOMException, at its discretion.
@@ -785,7 +785,7 @@
DOMException.
Optionally, at the user agent's discretion, return a
- promise rejected with a "QuotaExceededError"
+ promise rejected with a "NotAllowedError"
DOMException.
This allows user agents to apply heuristics to detect and prevent
@@ -2816,10 +2816,10 @@
"!WEBIDL-LS#invalidstateerror">InvalidStateError"
"NotSupportedError
"
+ "!WEBIDL-LS#notallowederror">NotAllowedError"
"QuotaExceededError
"
+ "!WEBIDL-LS#notsupportederror">NotSupportedError"
"SecurityError
"