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)); * * ``` */