Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 20, 2017
1 parent 6a947d5 commit 23b128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -8692,7 +8692,7 @@ o.myself = o;</pre>
when attempting to serialize <code>SharedArrayBuffer</code> objects, since storing shared memory
does not make sense. Similarly, it can throw or possibly have different behavior when given a
<span>platform object</span> with custom <span>serialization steps</span> when the
<var>forStrage</var> argument is true.</p>
<var>forStorage</var> argument is true.</p>

<p class="example"><code data-x="dom-history-pushState">history.pushState()</code> and <code
data-x="dom-history-replaceState">history.replaceState()</code> use
Expand Down

0 comments on commit 23b128b

Please sign in to comment.