Skip to content

Commit b6fb8d3

Browse files
trop[bot]MarshallOfSound
authored andcommitted
docs: remove string literal type from window events (electron#21246)
1 parent 5462a2c commit b6fb8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/browser-window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Emitted when the window is restored from a minimized state.
513513
Returns:
514514

515515
* `event` Event
516-
* `newBounds` [`Rectangle`](structures/rectangle.md) - Size the window is being resized to.
516+
* `newBounds` [Rectangle](structures/rectangle.md) - Size the window is being resized to.
517517

518518
Emitted before the window is resized. Calling `event.preventDefault()` will prevent the window from being resized.
519519

@@ -528,7 +528,7 @@ Emitted after the window has been resized.
528528
Returns:
529529

530530
* `event` Event
531-
* `newBounds` [`Rectangle`](structures/rectangle.md) - Location the window is being moved to.
531+
* `newBounds` [Rectangle](structures/rectangle.md) - Location the window is being moved to.
532532

533533
Emitted before the window is moved. Calling `event.preventDefault()` will prevent the window from being moved.
534534

0 commit comments

Comments
 (0)