From d014f7fc76abe8adba7cf6f03748049a9f979c63 Mon Sep 17 00:00:00 2001 From: Yudu Ban Date: Thu, 16 Jun 2016 09:31:10 +0800 Subject: [PATCH] fix spell error --- 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 66c42588b2b5c..5e365fa677f34 100644 --- a/docs/api/frameless-window.md +++ b/docs/api/frameless-window.md @@ -50,7 +50,7 @@ let win = new BrowserWindow({transparent: true, frame: false}) * The `blur` filter only applies to the web page, so there is no way to apply blur effect to the content below the window (i.e. other applications open on the user's system). -* On Windows operation systems, transparent windows will not work when DWM is +* On Windows operating systems, transparent windows will not work when DWM is disabled. * On Linux users have to put `--enable-transparent-visuals --disable-gpu` in the command line to disable GPU and allow ARGB to make transparent window,