Skip to content

Commit

Permalink
Editorial: fix grammar in note about error checking serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonbooth authored and domenic committed Jan 17, 2025
1 parent b423343 commit 90720ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -94337,7 +94337,7 @@ interface <dfn interface>NavigationHistoryEntry</dfn> : <span>EventTarget</span>
return an <span data-x="navigation-api-early-error-result">early error result</span> for that
exception.</p>

<p class="note">It is importantly to perform this step early, since serialization can invoke web
<p class="note">It is important to perform this step early, since serialization can invoke web
developer code, which in turn might change various things we check in later steps.</p>
</li>

Expand Down Expand Up @@ -94418,7 +94418,7 @@ interface <dfn interface>NavigationHistoryEntry</dfn> : <span>EventTarget</span>
return an <span data-x="navigation-api-early-error-result">early error result</span> for that
exception.</p>

<p class="note">It is importantly to perform this step early, since serialization can invoke web
<p class="note">It is important to perform this step early, since serialization can invoke web
developer code, which in turn might change various things we check in later steps.</p>
</li>

Expand Down

0 comments on commit 90720ff

Please sign in to comment.