Skip to content

Commit

Permalink
Fix "browser.setClientWindowRect" references to "browser.setClientWin…
Browse files Browse the repository at this point in the history
…dowState"
  • Loading branch information
whimboo committed Sep 19, 2024
1 parent d620065 commit f87455e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@ The [=remote end steps=] with |command parameters| are:

#### The browser.setClientWindowState Command #### {#command-browser-setClientWindowState}

The <dfn export for=commands>browser.setClientWindowRect</dfn> command sets the
The <dfn export for=commands>browser.setClientWindowState</dfn> command sets the
dimensions of a [=client window=].

<dl>
Expand Down Expand Up @@ -2598,7 +2598,7 @@ dimensions of a [=client window=].
</dd>
</dl>

<div algorithm="remote end steps for browser.setClientWindowRect">
<div algorithm="remote end steps for browser.setClientWindowState">

The [=remote end steps=] with <var ignore>session</var> and |command parameters| are:

Expand Down

0 comments on commit f87455e

Please sign in to comment.