Skip to content

Commit 3e04927

Browse files
committed
to the result of
1 parent e025115 commit 3e04927

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,11 @@ <h2>
847847
<ol>
848848
<li>Let |json:PushSubscriptionJSON| be a new {{PushSubscriptionJSON}} dictionary.
849849
</li>
850-
<li>Set |json|["endpoint"] to [=getting the `endpoint` attribute=] of [=this=].
850+
<li>Set |json|["endpoint"] to the result of [=getting the `endpoint` attribute=] of
851+
[=this=].
851852
</li>
852-
<li>Set |json|["expirationTime"] to [=getting the `expirationTime` attribute=] of [=this=].
853+
<li>Set |json|["expirationTime"] to the result of [=getting the `expirationTime`
854+
attribute=] of [=this=].
853855
</li>
854856
<li>Let |keys| be a new empty instance of `record&lt;DOMString, USVString&gt;` .
855857
</li>

0 commit comments

Comments
 (0)