Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jangler and coderabbitai[bot] authored Mar 2, 2024
1 parent 05d6e5a commit bba362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/runtime/window.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ JS: `WindowSetSize(width: number, height: number)`
Gets the width and height of the window.

Go: `WindowGetSize(ctx context.Context) (width int, height int)`<br/>
JS: `WindowGetSize(): Promize<Size>`
JS: `WindowGetSize(): Promise<Size>`

### WindowSetMinSize

Expand Down

0 comments on commit bba362a

Please sign in to comment.