From 352ad7ab2fc248a494a572fbbe0a5481ebe1c0b0 Mon Sep 17 00:00:00 2001 From: Ctibor Laky Date: Fri, 14 Apr 2017 15:04:46 +0200 Subject: [PATCH] docs(): fix example (#1355) --- src/@ionic-native/plugins/file-path/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/file-path/index.ts b/src/@ionic-native/plugins/file-path/index.ts index b4c21643a..9081168fe 100644 --- a/src/@ionic-native/plugins/file-path/index.ts +++ b/src/@ionic-native/plugins/file-path/index.ts @@ -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)); * * ``` */