:memo: consistency
authorPaul Betts <paul@paulbetts.org>
Thu, 25 Jun 2015 17:20:33 +0000 (11:20 -0600)
committerPaul Betts <paul@paulbetts.org>
Thu, 25 Jun 2015 17:29:58 +0000 (11:29 -0600)
docs/api/browser-window.md

index 31e7ca5..81649eb 100644 (file)
@@ -219,7 +219,7 @@ Emitted when devtools is closed.
 
 Emitted when devtools is focused / opened.
 
-### Event: 'app-command' (Windows):
+### Event: 'app-command':
 
 Emitted when an [App Command](https://msdn.microsoft.com/en-us/library/windows/desktop/ms646275(v=vs.85).aspx) is invoked. These are typically related to keyboard media keys or browser commands, as well as the "Back" button built into some mice on Windows.
 
@@ -236,6 +236,8 @@ someWindow.on('app-command', function(e, cmd) => {
 });
 ```
 
+__Note__: This event is only fired on Windows
+
 ### Class Method: BrowserWindow.getAllWindows()
 
 Returns an array of all opened browser windows.