docs(): fix example (#1355)

This commit is contained in:
Ctibor Laky 2017-04-14 15:04:46 +02:00 committed by Ibby Hadeed
parent 15bf509ae0
commit 352ad7ab2f

View File

@ -18,8 +18,8 @@ declare var window: any;
* ...
*
* this.filePath.resolveNativePath(path)
* .then(filePath => console.log(filePath);
* .catch(err => console.log(err);
* .then(filePath => console.log(filePath))
* .catch(err => console.log(err));
*
* ```
*/