Skip to content

Commit 0a59384

Browse files
author
Florian Hämmerle
committed
Correct spelling mistake.
1 parent 33b6876 commit 0a59384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/frameless-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var win = new BrowserWindow({ transparent: true, frame: false });
3030
* Transparent window is not resizable, setting `resizable` to `true` may make
3131
transprent window stop working on some platforms.
3232
* The `blur` filter only applies to the web page, so there is no way to apply
33-
blur effect to the content bellow the window.
33+
blur effect to the content below the window.
3434
* On Windows transparent window will not work when DWM is disabled.
3535
* On Linux users have to put `--enable-transparent-visuals --disable-gpu` in
3636
command line to disable GPU and allow ARGB to make transparent window, this is

0 commit comments

Comments
 (0)