Browse Source

Fix some feedback

Yury Solovyov 8 years ago
parent
commit
2b60df3d8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/app.md

+ 1 - 1
docs/api/app.md

@@ -405,7 +405,7 @@ You can request the following paths by the name:
 
 * `path` String
 * `options` Object (optional)
-  * `size` String - Defaults to `normal`. Can be `small`, `normal`, `large`
+  * `size` String - Can be `small`, `normal`, `large`. Except for `large` on _macOS_
 * `callback` Function
   * `error` `Error`
   * `icon` [NativeImage](native-image.md)