Skip to content

Commit

Permalink
Editorial: Fix typo in Navigation API
Browse files Browse the repository at this point in the history
s/excpetions/exceptions in navigation.updateCurrentEntry() steps
  • Loading branch information
ADKaster authored and domenic committed Aug 23, 2023
1 parent 88fe80b commit e6a321b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -90398,7 +90398,7 @@ interface <dfn interface>NavigationHistoryEntry</dfn> : <span>EventTarget</span>
<li><p>Let <var>serializedState</var> be
<span>StructuredSerializeForStorage</span>(<var>options</var>["<code
data-x="dom-NavigationUpdateCurrentEntryOptions-state">state</code>"]), rethrowing any
excpetions.</p></li>
exceptions.</p></li>

<li><p>Set <var>current</var>'s <span data-x="nhe-she">session history entry</span>'s <span
data-x="she-navigation-api-state">navigation API state</span> to
Expand Down Expand Up @@ -138883,6 +138883,7 @@ INSERT INTERFACES HERE
Andrew Clover,
Andrew Gove,
Andrew Grieve,
Andrew Kaster,
Andrew Macpherson, <!-- fuzzbomb on GitHub -->
Andrew Oakley,
Andrew Paseltiner,
Expand Down

0 comments on commit e6a321b

Please sign in to comment.