appetizermonster 9 years ago
parent
commit
39e3506add
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/frameless-window.md

+ 1 - 1
docs/api/frameless-window.md

@@ -32,7 +32,7 @@ var 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 shystems, transparent windows will not work when DWM is
+* On Windows operation 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,