Skip to content

Commit b34d77c

Browse files
committed
Update index.html
1 parent e2cc8b0 commit b34d77c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,8 +1435,8 @@ <h2>
14351435
<li>Set |b| to the result of <a data-lt="extract a byte sequence">extracting a byte
14361436
sequence</a> from the "`data`" member of |eventInitDict|.
14371437
</li>
1438-
<li>Set the `data` attribute of the event to a new <a>PushMessageData</a> instance with
1439-
`bytes` set to |b|.
1438+
<li>Set the `data` attribute of the event to a new {{PushMessageData}} instance whose
1439+
[=PushMessageData/bytes=] is |b|.
14401440
</li>
14411441
</ol>
14421442
<p>
@@ -1611,7 +1611,7 @@ <h2>
16111611
{{PushEvent//data}}
16121612
</dt>
16131613
<dd>
1614-
A new <a>PushMessageData</a> instance whose [=PushMessageData/bytes=] is |bytes|.
1614+
A new {{PushMessageData}} instance whose [=PushMessageData/bytes=] is |bytes|.
16151615
</dd>
16161616
<dt>
16171617
{{PushEvent/notification}}

0 commit comments

Comments
 (0)