From 0a5938400316a7850a2be1589a2abc00f10ac52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=A4mmerle?= Date: Sat, 24 Jan 2015 13:39:36 +0100 Subject: [PATCH] Correct spelling mistake. --- docs/api/frameless-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/frameless-window.md b/docs/api/frameless-window.md index f6a8923e35d6..92abe5447a51 100644 --- a/docs/api/frameless-window.md +++ b/docs/api/frameless-window.md @@ -30,7 +30,7 @@ var win = new BrowserWindow({ transparent: true, frame: false }); * Transparent window is not resizable, setting `resizable` to `true` may make transprent window stop working on some platforms. * The `blur` filter only applies to the web page, so there is no way to apply - blur effect to the content bellow the window. + blur effect to the content below the window. * On Windows transparent window will not work when DWM is disabled. * On Linux users have to put `--enable-transparent-visuals --disable-gpu` in command line to disable GPU and allow ARGB to make transparent window, this is