File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ Emitted when the window is restored from a minimized state.
513513Returns:
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
518518Emitted 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.
528528Returns:
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
533533Emitted before the window is moved. Calling ` event.preventDefault() ` will prevent the window from being moved.
534534
You can’t perform that action at this time.
0 commit comments