Skip to content

Commit 00b1ffb

Browse files
author
Marcos Cáceres
authored
editorial: s/Event/PaymentRequestUpdateEvent (closes w3c#538) (w3c#569)
1 parent 12e3777 commit 00b1ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ <h2>
10771077
</h2>
10781078
<p>
10791079
A <a>PaymentRequest</a>'s <a>onshippingaddresschange</a> attribute is
1080-
an <a>EventHandler</a> for an <a>Event</a> named
1080+
an <a>EventHandler</a> for a <a>PaymentRequestUpdateEvent</a> named
10811081
<a>shippingaddresschange</a>.
10821082
</p>
10831083
</section>
@@ -1098,7 +1098,7 @@ <h2>
10981098
</h2>
10991099
<p>
11001100
A <a>PaymentRequest</a>'s <a>onshippingoptionchange</a> attribute is
1101-
an <a>EventHandler</a> for an <a>Event</a> named
1101+
an <a>EventHandler</a> for a <a>PaymentRequestUpdateEvent</a> named
11021102
<a>shippingoptionchange</a>.
11031103
</p>
11041104
</section>

0 commit comments

Comments
 (0)