diff --git a/src/plugins/filepath.ts b/src/plugins/filepath.ts index b4a611499..114afa5ef 100644 --- a/src/plugins/filepath.ts +++ b/src/plugins/filepath.ts @@ -13,8 +13,8 @@ declare var window: any; * import {FilePath} from 'ionic-native'; * * FilePath.resolveNativePath(path) - * .then(filePath => console.log(filePath); - * .catch(err => console.log(err); + * .then(filePath => console.log(filePath)) + * .catch(err => console.log(err)); * * ``` */