Browse Source

Update docs

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

+ 2 - 1
docs/api/app.md

@@ -407,7 +407,8 @@ You can request the following paths by the name:
 * `options` Object (optional)
   * `size` String - Defaults to `normal`. Can be `small`, `normal`, `large`
 * `callback` Function
-  * `Icon` [NativeImage](native-image.md)
+  * `error` `Error`
+  * `icon` [NativeImage](native-image.md)
 
 ### `app.setPath(name, path)`