From 11ef2c539b73250ebfdadd48d580532377756d23 Mon Sep 17 00:00:00 2001 From: Yury Solovyov Date: Sat, 5 Nov 2016 22:04:38 +0300 Subject: [PATCH] Update docs --- docs/api/app.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index 8398f4c0a722..8acccb126ffd 100644 --- a/docs/api/app.md +++ b/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)`