Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editorial: Fix spelling of "committed" #10979

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -94852,10 +94852,10 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
<dt><span data-x="navigation-api-method-tracker-state">serialized state</span></dt>
<dd><var>serializedState</var></dd>

<dt><span data-x="navigation-api-method-tracker-committed-to-entry">comitted-to entry</span></dt>
<dt><span data-x="navigation-api-method-tracker-committed-to-entry">committed-to entry</span></dt>
<dd>null</dd>

<dt><span data-x="navigation-api-method-tracker-committed">comitted promise</span></dt>
<dt><span data-x="navigation-api-method-tracker-committed">committed promise</span></dt>
<dd><var>committedPromise</var></dd>

<dt><span data-x="navigation-api-method-tracker-finished">finished promise</span></dt>
Expand Down Expand Up @@ -94914,10 +94914,10 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
<dt><span data-x="navigation-api-method-tracker-state">serialized state</span></dt>
<dd>null</dd>

<dt><span data-x="navigation-api-method-tracker-committed-to-entry">comitted-to entry</span></dt>
<dt><span data-x="navigation-api-method-tracker-committed-to-entry">committed-to entry</span></dt>
<dd>null</dd>

<dt><span data-x="navigation-api-method-tracker-committed">comitted promise</span></dt>
<dt><span data-x="navigation-api-method-tracker-committed">committed promise</span></dt>
<dd><var>committedPromise</var></dd>

<dt><span data-x="navigation-api-method-tracker-finished">finished promise</span></dt>
Expand Down Expand Up @@ -104606,7 +104606,7 @@ location.href = '#foo';</code></pre>
data-x="navigation-status-id">id</span> is <var>document</var>'s <span
data-x="concept-document-navigation-id">during-loading navigation ID for WebDriver BiDi</span>,
<span data-x="navigation-status-status">status</span> is "<code
data-x="navigation-status-committed">comitted</code>", and <span
data-x="navigation-status-committed">committed</code>", and <span
data-x="navigation-status-url">url</span> is <var>document</var>'s <span
data-x="concept-document-url">URL</span></p></li>

Expand Down