Skip to content

Commit 361a8af

Browse files
committed
Fix formatting
1 parent 475ae18 commit 361a8af

File tree

1 file changed

+1
-1
lines changed
  • resources/views/docs/desktop/1/the-basics

1 file changed

+1
-1
lines changed

resources/views/docs/desktop/1/the-basics/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ This is particularly useful for always-on-top utility windows or menubar applica
398398

399399
By default, Electron allows additional windows to be opened from a window that was previously opened programmatically.
400400
This is the case, for example, with `a` elements that have the target attribute set to `_blank` or when the user clicks on a link with the middle mouse button.
401-
This behaviour is potentially undesirable in a desktop application, as it enables the user to `break out` of a window.
401+
This behaviour is potentially undesirable in a desktop application, as it enables the user to "break out" of a window.
402402

403403
To prevent additional windows from opening, you can apply the `suppressNewWindows()` method when opening a new window.
404404

0 commit comments

Comments
 (0)